summaryrefslogtreecommitdiff
path: root/britons.css
diff options
context:
space:
mode:
Diffstat (limited to 'britons.css')
-rw-r--r--britons.css10
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;
}