8img/style.css

21 lines
298 B
CSS
Raw Normal View History

2024-11-10 14:26:37 +00:00
body { background-color: #1d2021; }
/* Links */
a { text-decoration: none; }
#tags { color: 8ec07c;}
#pager { color: #b16286; }
#alltags { color: #83a598; }
#bar {
width: 100%;
height: 10px;
background-color: #ebdbb2;
}
img {
height: auto;
width: auto;
max-width: 50%;
max-height: 50%;
}