Prechádzať zdrojové kódy

Add white background to posts section and change header title to black again

sbkwgh 8 rokov pred
rodič
commit
eb296ea043
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      src/components/routes/Thread.vue

+ 3 - 1
src/components/routes/Thread.vue

@@ -208,7 +208,6 @@
 				text-align: center;
 				left: 0;
 				font-size: 2rem;
-				color: #fff;
 				top: 0.5rem;
 				opacity: 0;
 				pointer-events: none;
@@ -230,5 +229,8 @@
 
 	.posts {
 		width: 80%;
+		background-color: #fff;
+		padding: 1rem;
+		border-radius: 0.25rem;
 	}
 </style>