Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions assets/css/archive.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,21 +182,21 @@ body .cabecalho {
padding: 10px 15px;
border: 1px solid var(--ll-accent);
border-radius: 5px;
color: var(--ll-accent);
color: (--ll-accent)a9a;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}

.nav-links .current {
background-color: var(--ll-accent);
color: var(--ll-on-accent);
color: #fff;
border-color: var(--ll-accent);
font-weight: bold;
}

.nav-links .page-numbers:hover {
background-color: var(--ll-accent);
color: var(--ll-on-accent);
color: #fff;
}

.nav-links .prev,
Expand Down Expand Up @@ -259,4 +259,4 @@ button {
.sidebar {
margin-top: 20px;
}
}
}
44 changes: 22 additions & 22 deletions assets/css/artigos.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.container-header {
background: var(--ll-accent);
background: #f2637e;
padding: 60px 0;
text-align: center;
color: white;
Expand Down Expand Up @@ -30,7 +30,7 @@
.filter-group label {
font-size: 15px;
font-weight: 700;
color: var(--ll-accent);
color: #f2637e;
margin-left: 2px;
}

Expand All @@ -39,7 +39,7 @@
height: 45px;
line-height: 45px;
padding: 0 15px;
border: 1px solid var(--ll-accent);
border: 1px solid #f2637e;
border-radius: 8px;
font-size: 14px;
background-color: white;
Expand Down Expand Up @@ -99,12 +99,12 @@
.filter-group select:focus,
.filter-group input:focus {
outline: none;
border-color: var(--ll-accent);
border-color: #f2637e;
box-shadow: 0 0 0 3px rgba(211, 84, 101, 0.1);
}

.filter-btn {
background: var(--ll-accent);
background: #f2637e;
color: white;
border: none;
border-radius: 8px;
Expand Down Expand Up @@ -139,7 +139,7 @@
border-radius: 12px;
padding: 30px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
border: 1px solid var(--ll-border-subtle);
border: 1px solid #eee;
transition: all 0.3s ease;
}

Expand Down Expand Up @@ -167,12 +167,12 @@
}

.ano-badge {
background: var(--ll-accent);
background: #f2637e;
color: white;
}

.evento-badge {
background: var(--ll-accent-focus);
background: #00B6B5;
color: white;
}

Expand All @@ -186,23 +186,23 @@
font-size: 1.5rem;
font-weight: 700;
line-height: 1.3;
color: var(--ll-text-strong);
color: #222;
}

.artigo-title a {
color: var(--ll-text-strong);
color: #222;
text-decoration: none;
transition: color 0.2s;
}

.artigo-title a:hover {
color: var(--ll-accent);
color: #f2637e;
}

.artigo-excerpt p {
font-size: 15px;
line-height: 1.6;
color: #4b5563;
color: var(--ll-text-muted);
margin-bottom: 20px;
text-align: justify;
}
Expand All @@ -219,7 +219,7 @@
display: flex;
align-items: center;
gap: 8px;
background: var(--ll-gray-200);
background: #e5e7eb;
padding: 4px 12px 4px 4px;
border-radius: 50px;
border: none;
Expand All @@ -229,7 +229,7 @@
width: 32px;
height: 32px;
border-radius: 50%;
background: var(--ll-border-strong);
background: #ccc;
color: white;
font-size: 12px;
font-weight: 700;
Expand All @@ -246,7 +246,7 @@

.autor-nome {
font-size: 13px;
color: #374151;
color: var(--ll-text);
font-weight: 600;
padding-right: 5px;
}
Expand All @@ -258,7 +258,7 @@
padding: 60px;
background: white;
border-radius: 12px;
border: 1px solid var(--ll-border-subtle);
border: 1px solid #eee;
}

@media (max-width: 900px) {
Expand Down Expand Up @@ -311,11 +311,11 @@
display: inline-block;
padding: 10px 15px;

border: 1px solid var(--ll-accent);
border: 1px solid #f2637e;

border-radius: 5px;

color: var(--ll-accent);
color: #f2637e;

text-decoration: none;
font-size: 1rem;
Expand All @@ -329,9 +329,9 @@

.artigos-pagination .page-numbers.current,
.artigos-pagination .page-numbers:hover {
background-color: var(--ll-accent);
background-color: #f2637e;
color: white;
border-color: var(--ll-accent);
border-color: #f2637e;
font-weight: bold;

}
Expand All @@ -358,6 +358,6 @@ a.autor-link {
}

a.autor-link:hover {
color: var(--ll-accent);
color: #f2637e;
text-decoration: none;
}
}
12 changes: 6 additions & 6 deletions assets/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ footer {
}

.conteiner-footer a {
color: gray;
color: var(--ll-text-subtle);
}

.conteiner-footer h4 {
color: var(--ll-accent);
color: #f2637e;
margin-bottom: 1rem;
}

footer p {
color: grey;
color: var(--ll-text-subtle);
}

.footer-widget {
Expand Down Expand Up @@ -75,14 +75,14 @@ footer p {

.social-media a {
margin-right: 0.8rem;
color: grey;
color: var(--ll-text-subtle);
text-decoration: none;
font-size: 24px;
transition: color 0.3s ease;
}

.social-media a:hover {
color: var(--ll-accent);
color: #f2637e;
}

@media (max-width: 768px) {
Expand All @@ -103,4 +103,4 @@ footer p {
.conteiner-footer div ul li a {
justify-content: center;
}
}
}
Loading