74
edits
No edit summary |
ćNo edit summary |
||
Line 1: | Line 1: | ||
p { | p { | ||
Line 5: | Line 4: | ||
} | } | ||
h1, h2 { | |||
color: white; | color: white; | ||
line-height: 1.3; | line-height: 1.3; | ||
font-family: 'Brill', 'Noto Serif Display Light, serif'; | |||
} | } | ||
Line 79: | Line 79: | ||
.skala td, .skala th{ | .skala td, .skala th{ | ||
padding | padding: 5px 10px 5px 10px; | ||
width: 6%; | width: 6%; | ||
} | } | ||
Line 96: | Line 93: | ||
.skala tr:nth-child(even) td{ | .skala tr:nth-child(even) td{ | ||
background: #1b1b1b; | background: #1b1b1b; | ||
} | |||
.brill { | |||
font-family:'Brill', 'Noto Serif Display Light', 'Noto Sans Display Light', sans; | |||
} | } |
edits