~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerass El Hafidi <funderscore@postmarketos.org>2024-05-09 12:43:27 +0200
committerFerass El Hafidi <funderscore@postmarketos.org>2024-05-09 12:43:27 +0200
commite2579af5328bd8cc0ca5ef4c71024bd5cefd15a0 (patch)
tree021bac0661d93ebf57f1d5ce4f1857568975fc31
parent7799229b7357a55d3bf3bb1fba1c79f9ec1e0f09 (diff)
downloadvitali64.duckdns.org-master.tar.gz
cgit.css: some adjustmentsHEADmaster
Signed-off-by: Ferass El Hafidi <funderscore@postmarketos.org>
-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;