summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/style.css b/style.css
index 6804791..c8ac793 100644
--- a/style.css
+++ b/style.css
@@ -47,8 +47,8 @@ br{
background-color: rgba(220, 237, 200, 0.55);
border: 3px solid skyblue;
border-radius: 2%;
- transition-property: opacity;
- transition-duration: 0.3s;
+ transition-property: opacity, box-shadow;
+ transition-duration: 0.3s, 0.6s;
/*animation-name: spin;
animation-duration: 2s;
animation-iteration-count: infinite;
@@ -70,6 +70,7 @@ a.text-link::after{
.link:hover {
opacity: 0.6;
+ box-shadow: 4px 4px chartreuse, -4px -4px chartreuse, -4px 4px chartreuse, 4px -4px chartreuse;
/*animation-name: heylisten;
animation-duration: 1.5s;
animation-timing-function: linear;
@@ -99,7 +100,7 @@ a.text-link::after{
margin: 3% 0;
margin-bottom: auto;
padding: 1%;
- background-color: rgba(220, 237, 200, 0.65);
+ background-color: rgba(220, 237, 200, 0.80);
border-radius: 5px;
border: 5px dotted #b4d545;
}