Exporting to glitchdotcom/glitch-hello-website

./style.css:31317407/252
./script.js:31317407/2018
./index.html:31317407/6092
./README.md:31317407/4962
This commit is contained in:
Glitch (glitch-hello-website)
2023-02-28 11:01:23 +00:00
parent 7435f96a27
commit 96abb0b89d
4 changed files with 67 additions and 62 deletions

View File

@ -182,3 +182,14 @@ h2 {
.dipped {
transform: translateY(5px);
}
/* Links that open files in the editor */
.fileopener {
cursor:pointer;
font-weight:bold;
border-bottom:3px solid var(--color-primary);
color: var(--color-secondary);
}
.fileopener:hover {
border-bottom:3px solid var(--color-secondary);
}