mirror of
https://github.com/Nioux/Osgild.git
synced 2025-11-02 00:04:40 +00:00
Contenu
This commit is contained in:
parent
b3a67ef881
commit
67fc7a2507
157 changed files with 3097 additions and 0 deletions
20
style.css
Normal file
20
style.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue