This commit is contained in:
2023-06-12 10:19:22 +02:00
parent bfe568aa12
commit af1a02a2d0

View File

@@ -8,7 +8,8 @@
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background-color: #f5f5f5;
color: #fff;
background-color: #0d131e;
}
.selector {
@@ -32,6 +33,7 @@
width: 90%;
resize: none;
overflow-y: hidden;
background-color: #172336;
}
</style>
</head>