mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-26 18:04:20 +00:00
30 lines
No EOL
353 B
CSS
30 lines
No EOL
353 B
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
background-color: #0d193b;
|
|
color: #a0ccff;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
text-align: center;
|
|
margin-top: 4px;
|
|
margin-bottom: 4px;
|
|
color: #ffffff;
|
|
font-weight: normal;
|
|
}
|
|
|
|
a {
|
|
color: #00caca;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #4affff;
|
|
}
|
|
|
|
a:active {
|
|
color: #ffffff;
|
|
} |