diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-29 22:01:55 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-06-29 22:01:55 +0100 |
commit | 3532ce22c10b45f3bfc373d8fd4b80664aa1661b (patch) | |
tree | 8ffc2a3ac5ccb3d4ea34752c23c7a9e0954d502b /public/styles.css | |
parent | f83ea8997efe58f15198308ae765f102a66c269c (diff) |
Added some minor changes to fakefetch page for example adding a line to the header and adding spaces to the images. More will come tomorrow but this is all I had time for today
Diffstat (limited to 'public/styles.css')
-rw-r--r-- | public/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/styles.css b/public/styles.css index 75c93d3..de2cdce 100644 --- a/public/styles.css +++ b/public/styles.css @@ -62,7 +62,7 @@ body { } header { - background-color: #1f1f1f; + background-color: #191919; padding: 10px; text-align: center; z-index: 1000; @@ -145,6 +145,7 @@ main a:hover { flex-direction: row-reverse; } +/* Images */ .about-image { margin-left: 20px; margin-right: 30px; @@ -157,6 +158,9 @@ main a:hover { border: 5px solid #7a4d7c; } +.space-image{ + margin: 10px; /* Adjust the space around images */ +} /* Article Styles */ .article { background-color: #171717; @@ -174,3 +178,5 @@ main a:hover { color: #9433ff; } + + |