Skip to content

Commit

Permalink
Tweak outline effect
Browse files Browse the repository at this point in the history
  • Loading branch information
shocklateboy92 committed Sep 5, 2024
1 parent 08e8804 commit 4d2d375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/src/features/sections/section.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
@keyframes borderRotate {
100% {
--angle: 420deg;
--angle: 225deg;
}
}

:root {
--d: 2500ms;
--angle: 90deg;
--angle: -135deg;
--gradX: 100%;
--gradY: 50%;
--c1: rgba(168, 239, 255, 1);
Expand All @@ -15,7 +15,7 @@

@property --angle {
syntax: "<angle>";
initial-value: 90deg;
initial-value: -135deg;
inherits: true;
}

Expand Down

0 comments on commit 4d2d375

Please sign in to comment.