~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index f536707..737ebd7 100644
--- a/cgit.css
+++ b/cgit.css
@@ -14,22 +14,31 @@
display: flex;
margin-top: 10px;
margin-bottom: 10px;
+ background: #006064;
+ margin-top: 0;
+ color: white;
}
#header {
width: 100%;
+ background: #006064;
+ padding: 0 10px;
+ color: white;
}
#header .form, #header .sub.right {
text-align: right;
}
.tabs tr td a.active, .tabs tr td a:hover
{
- background: none;
- color: #006064;
- border-bottom: solid 5px #006064;
+ background: white;
+ color: black;
+ /*! border-bottom: solid 5px #006064; */
}
.tabs tr td a, #header .main a {
text-decoration: none;
border: none;
+ color: white;
+ margin: 5px;
+ /*! padding: 9px; */
}
#header .main {
font-size: 20pt;