Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/steamdeck.scss')
-rw-r--r--assets/css/steamdeck.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/css/steamdeck.scss b/assets/css/steamdeck.scss
new file mode 100644
index 0000000..a3a2650
--- /dev/null
+++ b/assets/css/steamdeck.scss
@@ -0,0 +1,32 @@
+.hero.is-primary {
+ animation: bg-color 20s infinite !important;
+ -webkit-animation: bg-color 20s infinite !important;
+}
+@-webkit-keyframes bg-color {
+ 0% { background-color: #1a75ff; }
+ 10% { background-color: #6a5df8; }
+ 20% { background-color: #c957e6; }
+ 30% { background-color: #d2486b; }
+ 40% { background-color: #bf44ac; }
+ 50% { background-color: #ab47d0; }
+ 60% { background-color: #9460f3; }
+ 70% { background-color: #46aced; }
+ 80% { background-color: #4ec3a3; }
+ 90% { background-color: #b8ba05; }
+ // 100% { background-color: #d2486b; }
+ 100% { background-color: #1a75ff; }
+}
+@keyframes bg-color {
+ 0% { background-color: #1a75ff; }
+ 10% { background-color: #6a5df8; }
+ 20% { background-color: #c957e6; }
+ 30% { background-color: #d2486b; }
+ 40% { background-color: #bf44ac; }
+ 50% { background-color: #ab47d0; }
+ 60% { background-color: #9460f3; }
+ 70% { background-color: #46aced; }
+ 80% { background-color: #4ec3a3; }
+ 90% { background-color: #b8ba05; }
+ // 100% { background-color: #d2486b; }
+ 100% { background-color: #1a75ff; }
+} \ No newline at end of file