Riaggiunte le icone

main-old
Antonio De Lucreziis 3 years ago
parent a2582c884b
commit b9444b4687

@ -3,6 +3,8 @@ body.dark-mode {
--bg: #282828;
--fg: #a6cc92;
/* --fg: #6eac4d; */
/* Magari questo: */
/* --fg: #a3b09c; */
--bg-dark: hsl(10, 10%, 20%);
--bg-darker: hsl(10, 10%, 17%);

@ -5,6 +5,7 @@
{{define "body"}}
<section>
<h2>
<i class="fas fa-link"></i>
Link Utili
</h2>
<p class="center">

@ -4,7 +4,10 @@
{{define "body"}}
<section>
<h2>Account di Poisson</h2>
<h2>
<i class="fas fa-user"></i>
Account di Poisson
</h2>
<div class="card-list">
<form class="card" action="/login" method="POST">
<div class="title">

@ -4,7 +4,10 @@
{{define "body"}}
<section>
<h2>Notizie Importanti</h2>
<h2>
<i class="far fa-newspaper"></i>
Notizie Importanti
</h2>
<div class="card-list">
{{ range .Articles }}
{{ if .Important }}

@ -5,6 +5,7 @@
{{define "body"}}
<section>
<h2>
<i class="fas fa-users"></i>
Lista degli Utenti
</h2>
<p>

Loading…
Cancel
Save