Skip to content

Commit

Permalink
#3 glowwways
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Jan 4, 2023
1 parent 0cb398a commit 293be7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bae.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

:focus {
outline: thick dotted;
outline-color: currentColor;
}

::selection {
Expand All @@ -23,4 +23,8 @@
color: #bae;
background-color: #415;
}

:focus {
outline-color: gold;
}
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<style>
.roof { padding: 1rem; transform: rotate(180deg) }
.hoop { text-shadow: 0 -2vh 1ch #bae4ea }
:hover { text-decoration-style: double }
:focus { outline-width: thick; outline-style: double }
</style>

<main class="roof">
Expand Down

0 comments on commit 293be7b

Please sign in to comment.