Skip to content
Snippets Groups Projects
Verified Commit f2941c73 authored by Jakob Moser's avatar Jakob Moser
Browse files

Tweak <code> and selection styles

parent 20f1109c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,16 @@ ...@@ -4,6 +4,16 @@
--shadow-width: 2px; --shadow-width: 2px;
} }
.blue ::selection {
background-color: #387bd0;
color: white;
}
.green ::selection {
background-color: #2aac6d;
color: white;
}
body { body {
margin: 0; margin: 0;
min-height: 100vh; min-height: 100vh;
...@@ -18,6 +28,10 @@ body { ...@@ -18,6 +28,10 @@ body {
background-size: cover; background-size: cover;
} }
code {
font-family: "Inconsolata", monospace;
}
body.blue { body.blue {
background-color: #387bd0; background-color: #387bd0;
background-image: url("/lib/nautilus/nautilus_blue.svg"); background-image: url("/lib/nautilus/nautilus_blue.svg");
...@@ -85,11 +99,11 @@ a.btn { ...@@ -85,11 +99,11 @@ a.btn {
text-decoration: none; text-decoration: none;
} }
.blue a.btn { .blue a {
color: #144a8b; color: #144a8b;
} }
.green a.btn { .green a {
color: #135a3a; color: #135a3a;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment