Explorar o código

Change box-shadow to avoid build error

sbkwgh %!s(int64=6) %!d(string=hai) anos
pai
achega
d664c73b33
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      frontend/src/components/ThreadPost.vue

+ 1 - 1
frontend/src/components/ThreadPost.vue

@@ -283,7 +283,7 @@
 		@at-root #{&}__quote {
 			background: #464646;
 			border-radius: 0.25rem;
-			box-shadow: 0 2px 0.25rem #84848499;
+			box-shadow: 0px 2px 0.25rem $color__gray--darkest;
 			color: #fff;
 			cursor: pointer;
 			font-size: 1rem;