Update: uninotes page format

This commit is contained in:
hyzen
2026-04-14 17:49:22 +05:30
parent 68fd50ffcb
commit c5fa39e546
3 changed files with 786 additions and 14 deletions

View File

@@ -674,16 +674,15 @@
.uninotes-contents__semester {
display: flex;
flex-direction: column;
gap: 0.6rem;
gap: 1rem;
}
.uninotes-contents__sem-link {
font-size: 1.11rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--foreground-color3, #888);
color: var(--foreground-color);
text-decoration: none;
font-size: 1rem;
font-weight: 400;
}
.uninotes-contents__sem-link:hover {
@@ -694,8 +693,8 @@
.uninotes-contents__subject {
display: flex;
flex-direction: column;
gap: 0.25rem;
padding-left: 0.5rem;
gap: 0.6rem;
padding-left: 0.6rem;
}
.uninotes-contents__subject-link {