mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-04 14:50:24 +00:00
Cleaning up some styles
This commit is contained in:
parent
cd5ccf78dc
commit
aa68e11c56
12 changed files with 74 additions and 102 deletions
|
|
@ -1,37 +1,17 @@
|
|||
/* General */
|
||||
:root {
|
||||
--bg-color: #101010;
|
||||
--text-color: #8f8f8f;
|
||||
--header-color: #dedede;
|
||||
}
|
||||
body {
|
||||
background-color: #101010;
|
||||
background-image: url(/img/winter-dark.png);
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
a:link {
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
mark {
|
||||
color: #8f8f8f;
|
||||
}
|
||||
|
||||
.header-top {
|
||||
background-color: #232323;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.header-top a { color: #dedede !important;}
|
||||
|
||||
#searchBox #searchBoxInput {
|
||||
color: #8f8f8f;
|
||||
background-color:#363636;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue