mirror of
https://github.com/Nioux/Alarian.git
synced 2025-10-29 14:24:28 +00:00
Reorg
This commit is contained in:
parent
438d9acbc6
commit
cb594fe3b7
56 changed files with 603 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