Update style.css

This commit is contained in:
nune 2024-09-01 22:15:41 -04:00 committed by GitHub
parent 757270bd62
commit 4175b07a86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ body{
max-width: 650px;
line-height: 1.2;
font-family:"Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
font-size: 18px;
font-size: 14px;
padding: 0 8px;
}
@ -52,12 +52,3 @@ ul{
background: #a99a86;
color:black;
}
.tab div {
display: none;
}
.tab div:target {
display: block;
}