summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--style2.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style2.css b/style2.css
index 3177b58..898a73a 100644
--- a/style2.css
+++ b/style2.css
@@ -18,6 +18,7 @@ body {
padding-left: 2em;
padding-right: 2em;
padding-top: 50px;
+ font-size: 1.1em;
}
body {
@@ -34,6 +35,11 @@ body {
a {
color: #efbfdf;
text-decoration: none;
+ transition: 300ms;
+}
+
+a:hover {
+ color: #9fbfdf;
}
.svg2764 {