aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/index.css b/src/index.css
index fbe1ef7..57699c2 100644
--- a/src/index.css
+++ b/src/index.css
@@ -32,19 +32,15 @@ header {
gap: 10px;
a {
display: inline-block;
- width: 40px;
- height: 40px;
- background-size: 25px;
+ width: 42px;
+ height: 42px;
+ background-size: 24px 24px;
background-repeat: no-repeat;
background-position: center;
}
- .gh {
- background-image: url(/svg/github.svg);
- }
-
- .x {
- background-image: url(/svg/x.svg);
+ .tree {
+ background-image: url(/svg/tree.svg);
}
}
}
@@ -73,7 +69,7 @@ main {
.inner {
position: relative;
- .cs-btn {
+ button {
position: absolute;
right: 1px;
top: 1px;
@@ -86,7 +82,7 @@ main {
border-color: #292c21 #8c9284 #8c9284 #292c21;
margin-top: 5px;
position: relative;
- font-family: "Courier New", Courier, monospace;
+ font-family: 'Courier New', Courier, monospace;
padding: 5px;
code {
@@ -103,10 +99,11 @@ main {
footer {
text-align: center;
+}
- a {
- color: #dedfd6;
- }
+footer a,
+a.link {
+ color: #dedfd6;
}
@media (max-width: 400px) {