We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc804f commit 56cc2bdCopy full SHA for 56cc2bd
websites/codewars.com.css
@@ -0,0 +1,8 @@
1
+/* transparency */
2
+html, body, nav:not(:hover), header, .app-root, #pass-sidebar, #main, #content, section, #__next{
3
+ background-color: transparent !important;
4
+ background: none !important;
5
+ border: none !important;
6
+ box-shadow: none !important;
7
+ transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
8
+}
0 commit comments