diff options
| author | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-25 03:58:46 -0700 |
|---|---|---|
| committer | ParliamentMan <parliamentman@tfwno.gf> | 2026-04-25 03:58:46 -0700 |
| commit | 04bdc2b871e29b16d20cecd9c70540a16d712e54 (patch) | |
| tree | 9f0fce5eb208a49b6d87554185a5c6a302075c43 /britons.css | |
| parent | 8a4b3e8a6bf1c07d83999a475e66fd32ef49c8df (diff) | |
Finished site redesign, added icons, and made better homepage
Diffstat (limited to 'britons.css')
| -rw-r--r-- | britons.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/britons.css b/britons.css index f4459f1..6e26d15 100644 --- a/britons.css +++ b/britons.css @@ -28,6 +28,7 @@ body { header i { margin-left: 5%; + font-size: 125%; } .navbar { @@ -64,8 +65,13 @@ header i { position: fixed; bottom: 0%; right: -2%; - opacity: 0.4; + opacity: 0.5; + transition: opacity 0.25s ease-in; z-index: -1; - width: 18%; + width: 17%; +} + +.fig:hover { + opacity: 1; } |
