Kaynağa Gözat

Cyberpunk: css tweaks

JC Brand 11 ay önce
ebeveyn
işleme
5993b5dd64

+ 1 - 1
src/plugins/rootview/styles/background.scss

@@ -18,7 +18,7 @@ converse-bg {
         opacity: 0.35;
     }
     .converse-brand {
-        margin-top: 25vh;
+        margin-top: 20vh;
         display: flex;
         justify-content: space-between;
         animation-name: fadein;

+ 4 - 5
src/shared/styles/themes/cyberpunk.scss

@@ -249,13 +249,12 @@ converse-root.theme-cyberpunk {
 		&:before {
 			content: '';
 			position: absolute;
-			top: 60px;
-			left: 0;
+			top: 4rem;
 			width: 100%;
-			height: 5px;
+			height: 0;
 			box-shadow:
-				0 0 1rem 0rem rgba(234, 57, 184, 0.5),
-				0 0 2rem 0rem rgba(234, 57, 184, 0.2),
+				0 0 1rem 0.5rem rgba(255, 255, 255, 0.5),
+				0 0 2rem 0rem rgba(234, 57, 184, 0.3),
 				0 0 4rem 2rem rgba(234, 57, 184, 0.1) !important;
 		}
 		.container {