1
0
Fork 0
mirror of https://github.com/Nioux/Osgild.git synced 2025-11-02 00:04:40 +00:00
This commit is contained in:
Yan Maniez 2020-01-24 11:11:30 +01:00
parent b3a67ef881
commit 67fc7a2507
157 changed files with 3097 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;
}