Update styles.css

This commit is contained in:
Kainoa Kanter 2022-02-28 14:45:27 -08:00 committed by GitHub
parent 442e34c808
commit ccc9887fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ pre {
}
.line-numbers {
color: #7d7d7d;
color: #908caa;
font-family: monospace;
text-align: end;
user-select: none;
@ -52,7 +52,7 @@ textarea {
top: 0;
right: 0;
padding: 1rem;
background-color: #00222b;
background-color: #1f1d2e;
z-index: 1000;
}
@ -67,7 +67,7 @@ textarea {
.btn {
cursor: pointer;
background: none;
color: #8fbcc8;
color: #9ccfd8;
font-size: 1rem;
border: none;
transition: background-color 200ms ease-in-out;
@ -81,7 +81,7 @@ textarea {
.btn:disabled,
.btn[disabled] {
color: #255662;
color: #6e6a86;
}
.logo {