Semantic styles load as part of the page

This commit is contained in:
MatthiasSaihttam 2021-03-27 17:28:36 -04:00
parent 009d777c43
commit d9c0103548
2 changed files with 7 additions and 4 deletions

View File

@ -165,10 +165,6 @@ header .text {
border-bottom: 4px solid var(--accent-color);
}
.hidden {
display: none;
}
/*footer {
position: fixed;
bottom: 0;

View File

@ -12,6 +12,13 @@
<link rel="apple-touch-icon" href="{% static 'images/apple-touch-icon.png'%}"/>
<link rel="alternate" href="/feed" type="application/rss+xml" title="RSS">
<style>
/*Semantic styles load as part of the page*/
.hidden {
display: none;
}
</style>
</head>
<body>
<header>