Skip to content

Commit 56cc2bd

Browse files
authored
Create codewars.com.css #760
1 parent 3cc804f commit 56cc2bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

websites/codewars.com.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)