Updated colorscheme to gruvbox light.
This commit is contained in:
16
style.css
16
style.css
@@ -6,7 +6,7 @@ html {
|
||||
|
||||
body {
|
||||
font-family: "Palatino", "Georgia", Times, serif;
|
||||
background-color: rgb(255, 255, 250);
|
||||
background-color: rgb(248,245,218);
|
||||
line-height: 1.4;
|
||||
padding-bottom: 12.5em;
|
||||
}
|
||||
@@ -32,6 +32,18 @@ p {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #076678;
|
||||
}
|
||||
|
||||
.paperlink {
|
||||
color: #9d0006;
|
||||
}
|
||||
|
||||
.extlink {
|
||||
color: #427b58;
|
||||
}
|
||||
|
||||
#topbar {
|
||||
display: inline-block;
|
||||
padding: 0 0.25em;
|
||||
@@ -56,7 +68,7 @@ ul#course {
|
||||
.navbar {
|
||||
opacity: 0.8;
|
||||
overflow: hidden;
|
||||
background-color: #333;
|
||||
background-color: #3c3836;
|
||||
position: fixed;
|
||||
/* Set the navbar to fixed position */
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user