1
0
Fork 0
mirror of https://github.com/Nioux/Osgild.git synced 2025-10-30 14:54:36 +00:00
Osgild/style.css

20 lines
454 B
CSS
Raw Normal View History

2020-01-24 11:11:30 +01:00
@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;
}