Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
6d6906724a
|
|||
|
eb637d89bd
|
|||
|
d552d9f7d6
|
|||
|
06b79a87bb
|
|||
|
0e8e1d82bf
|
@@ -52,6 +52,14 @@
|
||||
--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;
|
||||
@@ -100,11 +108,5 @@ a:hover, a:focus {
|
||||
filter: drop-shadow(var(--text-shadow));
|
||||
cursor: pointer;
|
||||
background-color: rgba(150, 150, 150, 0.3);
|
||||
transform:rotate(-360deg);
|
||||
transition:transform 2s ease;
|
||||
}
|
||||
|
||||
#flxd-tm-btn-toggle:hover, #flxd-tm-btn-toggle:focus {
|
||||
transform:rotate(360deg);
|
||||
transition:transform 2s ease;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
<link rel="stylesheet" href="css/felexdev-themes.css">
|
||||
<script src="js/felexdev-theme-manager-minified.js"></script>
|
||||
<script src="js/felexdev-theme-manager.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