style: run prettier after animal-crossing theme
This commit is contained in:
25
style.css
25
style.css
@@ -921,7 +921,6 @@ html[data-design-theme="cyberpunk"] .title {
|
||||
animation: cyberpunk-rgbShift 4.5s ease-in-out infinite;
|
||||
}
|
||||
|
||||
|
||||
html[data-design-theme="cyberpunk"] .title-cursor {
|
||||
display: none;
|
||||
}
|
||||
@@ -1419,7 +1418,12 @@ html[data-design-theme="nord"] {
|
||||
|
||||
--page-gradient: #2e3440;
|
||||
--page-texture: none;
|
||||
--title-gradient: linear-gradient(135deg, #88c0d0 0%, #81a1c1 50%, #5e81ac 100%);
|
||||
--title-gradient: linear-gradient(
|
||||
135deg,
|
||||
#88c0d0 0%,
|
||||
#81a1c1 50%,
|
||||
#5e81ac 100%
|
||||
);
|
||||
|
||||
--control-bg: rgba(59, 66, 82, 0.85);
|
||||
--control-border: rgba(76, 86, 106, 0.6);
|
||||
@@ -1439,7 +1443,12 @@ html[data-theme="dark"][data-design-theme="nord"] {
|
||||
|
||||
--page-gradient: #2e3440;
|
||||
--page-texture: none;
|
||||
--title-gradient: linear-gradient(135deg, #88c0d0 0%, #81a1c1 50%, #5e81ac 100%);
|
||||
--title-gradient: linear-gradient(
|
||||
135deg,
|
||||
#88c0d0 0%,
|
||||
#81a1c1 50%,
|
||||
#5e81ac 100%
|
||||
);
|
||||
|
||||
--control-bg: rgba(59, 66, 82, 0.85);
|
||||
--control-border: rgba(76, 86, 106, 0.6);
|
||||
@@ -1463,7 +1472,12 @@ html[data-theme="light"][data-design-theme="nord"] {
|
||||
|
||||
--page-gradient: #eceff4;
|
||||
--page-texture: none;
|
||||
--title-gradient: linear-gradient(135deg, #5e81ac 0%, #81a1c1 50%, #88c0d0 100%);
|
||||
--title-gradient: linear-gradient(
|
||||
135deg,
|
||||
#5e81ac 0%,
|
||||
#81a1c1 50%,
|
||||
#88c0d0 100%
|
||||
);
|
||||
|
||||
--control-bg: rgba(229, 233, 240, 0.85);
|
||||
--control-border: rgba(216, 222, 233, 0.8);
|
||||
@@ -1770,7 +1784,8 @@ html[data-theme="dark"][data-design-theme="animal-crossing"] .card:focus p {
|
||||
color: #c8deb8;
|
||||
}
|
||||
|
||||
html[data-theme="dark"][data-design-theme="animal-crossing"] .design-theme-list {
|
||||
html[data-theme="dark"][data-design-theme="animal-crossing"]
|
||||
.design-theme-list {
|
||||
background: rgba(22, 36, 22, 0.9);
|
||||
box-shadow:
|
||||
0 12px 30px rgba(0, 0, 0, 0.55),
|
||||
|
||||
Reference in New Issue
Block a user