summaryrefslogtreecommitdiff
path: root/beauty.css
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.css
parentba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (diff)
Added photography section, some small fixes here and there
Diffstat (limited to 'beauty.css')
-rw-r--r--beauty.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/beauty.css b/beauty.css
index 0b6acb6..c33ea54 100644
--- a/beauty.css
+++ b/beauty.css
@@ -48,7 +48,7 @@
.grid .image {
border-radius: 5px;
overflow: hidden;
- height: 150px;
+ height: 180px;
width: auto;
}
.grid img {
@@ -129,13 +129,13 @@ 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;
}
-body a:link {
+body a {
color: silver;
}
body a:visited {