mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
reformat file :p
This commit is contained in:
parent
4ee05190fe
commit
f8ba5c5050
1 changed files with 6 additions and 5 deletions
|
@ -399,7 +399,7 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
|
||||
.comment-list.left-padding {
|
||||
border-radius: 1em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-list.left-padding:hover {
|
||||
filter: drop-shadow(0 0 0.75rem #df00ff);
|
||||
|
@ -408,9 +408,10 @@ text-shadow: 1px 1px #000,1px 1px 0.1px #000;!important;
|
|||
|
||||
nav {
|
||||
z-index: 1;
|
||||
position: sticky;
|
||||
position: sticky;
|
||||
background:#0A0608
|
||||
}
|
||||
|
||||
}
|
||||
<% if (lightOrDark(color) == "light") { %>
|
||||
.player.video-ambient-container {
|
||||
box-shadow: 0 -8px 5.9em <%=color%>;
|
||||
|
|
Loading…
Reference in a new issue