updated gradient

This commit is contained in:
leah 2022-02-05 23:50:14 +00:00
parent a320959931
commit 0cf6bab9e4
3 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@
--fg: rgb(5, 5, 5);
--highlight: rgb(220, 220, 220);
--border: 1px dashed var(--fg);
--border: 1px solid var(--highlight);
--border2: 1px solid var(--fg);
}

View File

@ -12,9 +12,10 @@
<style>
body {
background: #8360c3;
background: -webkit-linear-gradient(to top, #8360c3, #2ebf91);
background: linear-gradient(to top, #8360c3, #2ebf91);
background: #44A08D;
background: -webkit-linear-gradient(to bottom, #093637, #44A08D);
background: linear-gradient(to bottom, #093637, #44A08D);
background-repeat: no-repeat;
background-attachment: fixed;
}

View File

@ -59,7 +59,7 @@
img {
margin-top: 1em;
background: white;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 18px 2px rgba(0, 0, 0, 0.4);
transition: 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
width: 250px;