Skip to content

Commit d622b15

Browse files
Update globals.css
1 parent f3aae37 commit d622b15

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

src/app/globals.css

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -333,24 +333,7 @@ p.noHighlightEffect, h1.noHighlightEffect, span.noHighlightEffect {
333333
border-radius: 0.75rem;
334334
overflow: hidden;
335335
}
336-
body:not(.noEffects) {
337-
._just_monacoEditorParentParent:hover,
338-
.settings-effects-enabled #content>div>main>main>div>div.p-6.pt-0.-mt-4>div>div.max-h-screen.rounded-xl>section:hover {
339-
filter: drop-shadow(5px 5px 15px rgba(110,59,243,.5));
340-
-webkit-filter: drop-shadow(5px 5px 15px rgba(110,59,243,.5));
341-
border-width: 3px;
342-
border-color: #6e3bf3
343-
}
344-
345-
._just_monacoEditorParentParent:active,
346-
.settings-effects-enabled #content>div>main>main>div>div.p-6.pt-0.-mt-4>div>div.max-h-screen.rounded-xl>section:active {
347-
filter: drop-shadow(5px 5px 15px hsl(257deg 88% 83%/50%));
348-
-webkit-filter: drop-shadow(5px 5px 15px rgba(195,174,250,.5));
349-
border-width: 3px;
350-
border-color: #fff;
351-
transition: 0s
352-
}
353-
}
336+
354337
.settings-effects-enabled #content > div > main > main > div > div.p-6.pt-0.-mt-4 > div > div.flex.flex-col.gap-4.md\:flex-row.md\:justify-between.md\:gap-0 > div > button,
355338
.settings-effects-enabled #content > div > main > main > div > div.p-6.pt-0.-mt-4 > div > div.flex.flex-col.gap-4.md\:flex-row.md\:justify-between.md\:gap-0 > button,
356339
.settings-effects-enabled #content > div > main > main > div > div.p-6.pt-0.-mt-4 > div > div.flex.flex-col.gap-4.md\:flex-row.md\:justify-between.md\:gap-0 > div > div,
@@ -524,6 +507,25 @@ aside, div[data-variant="sidebar"] {
524507
.light body:not(.noEffects).this_is_settings {
525508
background-color: hsl(0 0% 90% / 1);
526509
}
510+
511+
body:not(.noEffects) {
512+
._just_monacoEditorParentParent:hover,
513+
.settings-effects-enabled #content>div>main>main>div>div.p-6.pt-0.-mt-4>div>div.max-h-screen.rounded-xl>section:hover {
514+
filter: drop-shadow(5px 5px 15px rgba(110,59,243,.5));
515+
-webkit-filter: drop-shadow(5px 5px 15px rgba(110,59,243,.5));
516+
border-width: 3px;
517+
border-color: #6e3bf3
518+
}
519+
520+
._just_monacoEditorParentParent:active,
521+
.settings-effects-enabled #content>div>main>main>div>div.p-6.pt-0.-mt-4>div>div.max-h-screen.rounded-xl>section:active {
522+
filter: drop-shadow(5px 5px 15px hsl(257deg 88% 83%/50%));
523+
-webkit-filter: drop-shadow(5px 5px 15px rgba(195,174,250,.5));
524+
border-width: 3px;
525+
border-color: #fff;
526+
transition: 0s
527+
}
528+
}
527529
}
528530
@media(max-width: 767px) {
529531
.effectsSelector {

0 commit comments

Comments
 (0)