Files
neocities/public/main.css
2025-04-25 23:42:52 +02:00

62 lines
1005 B
CSS

@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);
body {
font-family: "Fira Code", monospace;
color: black;
/*text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;*/
/*display: grid;*/
/*background: #333;*/
}
a:link {
color: black;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}
a:visited {
color: black;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}
a:hover {
color: black;
text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
}
a:active {
color: black;
/*text-shadow: -1px -1px 0 #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;*/
}
* {
}
.header {
/*height: 10vh;*/
/*float: left;*/
}
.main_view {
width: 100vw;
height: 70vh;
margin-top: 10vh;
overflow-y: scroll;
}
.navbar_links {
/*display: grid;*/
/*grid-template-columns: auto auto;*/
width: 30%;
}
iframe {
width: 100%;
}
.navbar_link {
width: 100%;
}