mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +10:00
Adding CSS styles for surf.
This commit is contained in:
@@ -0,0 +1,32 @@
|
|||||||
|
body {
|
||||||
|
background-color: #282A36 !important;
|
||||||
|
color: #eee !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header {
|
||||||
|
|
||||||
|
background-color: #282A36 !important;
|
||||||
|
clear: both;
|
||||||
|
color: #BD93F9 !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
#menu {
|
||||||
|
clear: both;
|
||||||
|
color: #069;
|
||||||
|
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;
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
* {
|
||||||
|
background-color: #282A36;
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user