Compare commits
2 Commits
b52216bd2f
...
0908b43724
| Author | SHA1 | Date | |
|---|---|---|---|
|
0908b43724
|
|||
|
52310f588d
|
@@ -20,7 +20,7 @@ import (
|
||||
"git.t-juice.club/torjus/oubliette/internal/web"
|
||||
)
|
||||
|
||||
const Version = "0.14.1"
|
||||
const Version = "0.14.2"
|
||||
|
||||
func main() {
|
||||
if err := run(); err != nil {
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
}
|
||||
#world-map svg { width: 100%; height: auto; }
|
||||
#world-map svg path { fill: #2a2a3e; stroke: #555; stroke-width: 0.5; transition: fill 0.2s; }
|
||||
#world-map svg path:hover { stroke: #fff; stroke-width: 1; }
|
||||
#world-map svg path:hover, #world-map svg g:hover path { stroke: #fff; stroke-width: 1; }
|
||||
nav h1 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user