2024-08-27 23:06:37 +00:00
|
|
|
footer { font-size: 90%; }
|
|
|
|
|
2024-08-28 09:45:38 +00:00
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
2024-08-27 23:06:37 +00:00
|
|
|
}
|
2024-08-28 09:45:38 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #2d2a2e;
|
|
|
|
color: #f7f6f3;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #ac9c6d;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
background: #2d2a2e;
|
|
|
|
border-bottom: 2px dotted #f7f6f3;
|
|
|
|
}
|
|
|
|
|