mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 16:26:48 +02:00
Website generation with Couscous
This commit is contained in:
13
css/main.css
13
css/main.css
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
font-size: 19px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
main {
|
||||
@@ -11,12 +11,16 @@ section {
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
color: #df691a;
|
||||
color: #34b891;
|
||||
}
|
||||
h3 {
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
a, a:hover {
|
||||
color: #34b891;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
@@ -33,10 +37,10 @@ header.navbar {
|
||||
height: auto;
|
||||
line-height: 50px;
|
||||
margin-left: 20px;
|
||||
color: #df691a;
|
||||
color: #34b891;
|
||||
}
|
||||
.navbar a.navbar-brand:hover {
|
||||
color: #df691a;
|
||||
color: #34b891;
|
||||
}
|
||||
.navbar .navbar-brand small {
|
||||
font-size: 18px;
|
||||
@@ -47,7 +51,6 @@ header.navbar {
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#sidebar {
|
||||
/*position:fixed;*/
|
||||
position:absolute;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user