1
0
Fork 0
mirror of https://github.com/Nioux/Alarian.git synced 2025-10-29 14:24:28 +00:00
This commit is contained in:
Yan Maniez 2020-01-24 10:46:06 +01:00
parent 438d9acbc6
commit cb594fe3b7
56 changed files with 603 additions and 0 deletions

20
style.css Normal file
View file

@ -0,0 +1,20 @@
@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;
}