summaryrefslogtreecommitdiff
path: root/lib/static/styles.css
blob: 680a6b1700288f2f020276e6c82723d1f4f4ffc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body {
    font-family: sans-serif;
}

nav#top {
    background-color: dimgray; 
}

nav#top ul {
    display: flex; 
    list-style-type: none;
}

nav#top ul li {
    padding: 1em 0;
}

nav#top ul li a {
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
}

nav#top ul li a:hover {
    background-color: #555; 
    text-decoration: revert;
}
Copyright 2019--2025 Marius PETER