tweak color scheme to contrast better
This commit is contained in:
parent
aefe290e19
commit
da6191083b
3 changed files with 32 additions and 4 deletions
|
@ -9,12 +9,13 @@ code { padding: 2px 4px; font-size: 90%; border-radius: 4px; color: #f8f8f2; bac
|
|||
a:hover {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.headerWrapper {
|
||||
background: #44475a;
|
||||
}
|
||||
|
||||
.headerWrapper a {
|
||||
color: #bd93f9;
|
||||
color: #50FA7B;
|
||||
}
|
||||
|
||||
.headerWrapper a:hover {
|
||||
|
@ -25,9 +26,15 @@ a:hover {
|
|||
}
|
||||
|
||||
.headerLinks ul li a {
|
||||
color: #bd93f9;
|
||||
color: #BD93F9;
|
||||
}
|
||||
|
||||
.headerLinks ul:hover li:hover a:hover {
|
||||
color: #f8f8f2;
|
||||
}
|
||||
.postTitle {
|
||||
color: #FF79C6;
|
||||
}
|
||||
.postListItem {
|
||||
background: #44475a;
|
||||
}
|
||||
|
@ -48,6 +55,11 @@ a:hover {
|
|||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.hints {
|
||||
color: #6272a4;
|
||||
font: 0.85em FiraMono;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: #44475a;
|
||||
}
|
||||
|
@ -84,6 +96,7 @@ body {
|
|||
}
|
||||
|
||||
.pagination a {
|
||||
color: #8BE9FD;
|
||||
display: block;
|
||||
padding: 0.1em 0.8em;
|
||||
margin: 1px;
|
||||
|
@ -94,7 +107,7 @@ body {
|
|||
|
||||
.pagination a:hover {
|
||||
color: #282A36;
|
||||
background-color: #50fa7b;
|
||||
background-color: #8BE9FD;
|
||||
}
|
||||
|
||||
#fastSearch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue