Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
fb9449ba46
|
|||
|
0b61352d7e
|
|||
|
f861fec8e0
|
|||
|
846a79b5a0
|
|||
|
c0ea3a1e23
|
|||
|
33729bc897
|
@@ -52,14 +52,6 @@
|
||||
--text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
--font-family: 'Arial', sans-serif;
|
||||
}
|
||||
.flxd-tm-color-scheme-old-terminal {
|
||||
--bg-color: #222;
|
||||
--text-color: #9d9;
|
||||
--accent-color: #40a9ff;
|
||||
--border-color: #444;
|
||||
--text-shadow: 0px 0px 10px rgba(255, 255, 0, 0.9);
|
||||
--font-family: Monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: auto;
|
||||
@@ -108,5 +100,11 @@ a:hover, a:focus {
|
||||
filter: drop-shadow(var(--text-shadow));
|
||||
cursor: pointer;
|
||||
background-color: rgba(150, 150, 150, 0.3);
|
||||
opacity: 0.6;
|
||||
transform:rotate(-360deg);
|
||||
transition:transform 2s ease;
|
||||
}
|
||||
|
||||
#flxd-tm-btn-toggle:hover, #flxd-tm-btn-toggle:focus {
|
||||
transform:rotate(360deg);
|
||||
transition:transform 2s ease;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
<link rel="stylesheet" href="css/felexdev-themes.css">
|
||||
<script src="js/felexdev-theme-manager.js"></script>
|
||||
<script src="js/felexdev-theme-manager-minified.js"></script>
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user