summaryrefslogtreecommitdiff
path: root/beauty.scss
diff options
context:
space:
mode:
authorMilan Mišić <fridolin.411@web.de>2024-01-29 00:39:53 +0100
committerMilan Mišić <fridolin.411@web.de>2024-01-29 00:39:53 +0100
commitac3b8900a7f828609610313825fc511365997cd0 (patch)
treeda114fff91ca1c42c99550be11f4eab53d3fd8b4 /beauty.scss
parentba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (diff)
Added photography section, some small fixes here and there
Diffstat (limited to 'beauty.scss')
-rwxr-xr-xbeauty.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/beauty.scss b/beauty.scss
index 9ee11ba..4b2abba 100755
--- a/beauty.scss
+++ b/beauty.scss
@@ -7,7 +7,7 @@
// The SCSS stylesheet for my good old website twoexem.com
// The license is included in the file LICENSE.txt
// If you did not receive a copy of the license with this file, you may download it under https://mit-license.org/
-// Copyright © 2023 Milan Mišić (eMail: fridolin.411@web.de)
+// Copyright © 2024 Milan Mišić (eMail: fridolin.411@web.de)
html {
height: 100vh;
@@ -22,14 +22,14 @@ body {
margin: 2em auto;
font: 19px 'Prompt';
letter-spacing: -1px;
- background-image: url("resources/bg.jpg");
+ background-image: url("resources/page_background.jpg");
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-attachment: fixed;
// Link styling section
- a:link {
+ a {
color: silver;
}
a:visited {