Changed colour scheme

This commit is contained in:
Mossfet 2023-03-31 22:01:42 +01:00
parent 5edf91942a
commit 64fff61ba7
3 changed files with 52 additions and 4 deletions

0
.hugo_build.lock Normal file
View File

View File

@ -1 +1,40 @@
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>RSS</title><path d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z"/></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
role="img"
viewBox="0 0 24 24"
version="1.1"
id="svg766"
sodipodi:docname="feed.svg"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs770" />
<sodipodi:namedview
id="namedview768"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="33.416667"
inkscape:cx="6.1496259"
inkscape:cy="14.394015"
inkscape:window-width="1920"
inkscape:window-height="1011"
inkscape:window-x="0"
inkscape:window-y="32"
inkscape:window-maximized="1"
inkscape:current-layer="svg766" />
<title
id="title762">RSS</title>
<path
d="M19.199 24C19.199 13.467 10.533 4.8 0 4.8V0c13.165 0 24 10.835 24 24h-4.801zM3.291 17.415c1.814 0 3.293 1.479 3.293 3.295 0 1.813-1.485 3.29-3.301 3.29C1.47 24 0 22.526 0 20.71s1.475-3.294 3.291-3.295zM15.909 24h-4.665c0-6.169-5.075-11.245-11.244-11.245V8.09c8.727 0 15.909 7.184 15.909 15.91z"
id="path764"
style="fill:#e69875;fill-opacity:1" />
</svg>

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -12,14 +12,14 @@
}
a {
color: black;
color: #a7c080;
text-decoration: underline;
}
.border {
border: 2px solid black;
border: 2px solid #445055;
padding: 10px;
margin-bottom: 20px;
margin-bottom: 20px;e67e80
}
.footer {
@ -86,3 +86,12 @@ a {
display: flex;
justify-content: space-evenly;
}
body {
background-color: #2b3339;
color: #d3c6aa;
}
h1, h2, h3, h4, h5, h6 {
color: #e67e80;
}