1
0
Fork 0
mirror of https://github.com/Nioux/Alarian.git synced 2025-10-28 22:04:29 +00:00
Alarian/style.css
Yan Maniez cb594fe3b7 Reorg
2020-01-24 10:46:06 +01:00

20 lines
No EOL
454 B
CSS

@import url('https://fonts.googleapis.com/css?family=UnifrakturCook:700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');
pre {
font-family: 'Noto Serif', serif;
}
body {
font-family: 'Noto Serif', serif;
margin: 0;
padding: 0;
}
h1 {
font-family: 'UnifrakturCook', cursive;
}
#range {
position: fixed; top: 0; left: 0; z-index: 2; visibility: hidden;
}
.region:hover {
fill: #ffffff;
opacity: .5;
}