dwt1--dotfiles/.surf/styles/suckless.css

42 lines
561 B
CSS
Raw Normal View History

2019-02-13 15:25:40 +00:00
body {
2020-03-19 19:50:17 +00:00
font-size: 13px;
background-color: #282a36 !important;
color: #d0d0d0 !important;
2019-02-13 15:25:40 +00:00
}
#header {
2020-03-19 19:50:17 +00:00
background-color: #282a36 !important;
2019-02-13 15:25:40 +00:00
clear: both;
2020-03-19 19:50:17 +00:00
color: #c3e88d !important;
}
2019-02-13 15:25:40 +00:00
2020-03-19 19:50:17 +00:00
a {
color: #82aaff !important;
2019-02-13 15:25:40 +00:00
}
2020-03-19 19:50:17 +00:00
#header a {
color: #e1acff !important;
}
2019-02-13 15:25:40 +00:00
#menu {
2020-03-19 19:50:17 +00:00
clear: both;
color: #c792ea;
font-weight: bold;
2019-02-13 15:25:40 +00:00
overflow: hidden;
padding: 0.7ex;
border: 0px !important;
}
2020-03-19 19:50:17 +00:00
#menu a {
color: #d0d0d0 !important;
2019-02-13 15:25:40 +00:00
}
2020-03-19 19:50:17 +00:00
#nav li a:hover {
background-color: #282a36 !important;
2019-02-13 15:25:40 +00:00
}
2020-03-19 19:50:17 +00:00
h1, h2 {
color: #f07178 !important;
2019-02-13 15:25:40 +00:00
}
2020-03-19 19:50:17 +00:00