Skip to content

Commit

Permalink
Update file (possible bugs)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 21, 2024
1 parent 24bec30 commit d029231
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,10 @@ a:hover {

h1 {
font-size: 3.2em;
line-height: 1.1;
}

button {
border-radius: 8px;
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
font-weight: 500;
font-family: inherit;
background-color: #1a1a1a;
cursor: pointer;
transition: border-color 0.25s;
}
button:hover {
border-color: #646cff;
}
button:focus,
button:focus-visible {
outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
a:hover {
color: #747bff;
}
button {
background-color: #ffffff;
}
}

/* NavBar */
nav.navbar {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit d029231

Please sign in to comment.