aboutsummaryrefslogtreecommitdiffhomepage
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 34c4c15..119b6b2 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -10,7 +10,7 @@
/* ############################################################################################ */
-body, * {
+* {
text-align: center;
background-color: #282828;
font-family: Comfortaa;
@@ -34,6 +34,7 @@ a:visited {
a {
color: white;
+ text-decoration: none;
transition: .5s;
}