mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Lots of updates.
This commit is contained in:
@@ -1,32 +1,41 @@
|
||||
body {
|
||||
background-color: #292d3e !important;
|
||||
color: #eee !important;
|
||||
font-size: 13px;
|
||||
background-color: #282a36 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
||||
background-color: #292d3e !important;
|
||||
background-color: #282a36 !important;
|
||||
clear: both;
|
||||
color: #BD93F9 !important;
|
||||
|
||||
color: #c3e88d !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #82aaff !important;
|
||||
}
|
||||
|
||||
#header a {
|
||||
color: #e1acff !important;
|
||||
}
|
||||
|
||||
#menu {
|
||||
clear: both;
|
||||
color: #069;
|
||||
clear: both;
|
||||
color: #c792ea;
|
||||
font-weight: bold;
|
||||
overflow: hidden;
|
||||
background-color: #17a;
|
||||
padding: 0.7ex;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #BD93F9 !important;
|
||||
}
|
||||
|
||||
#header a {
|
||||
color: #BD93F9 !important;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
color: #F8F8F2 !important;
|
||||
color: #d0d0d0 !important;
|
||||
}
|
||||
|
||||
#nav li a:hover {
|
||||
background-color: #282a36 !important;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
color: #f07178 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user