Update: UniNotes looks

This commit is contained in:
hyzen
2026-04-16 02:10:55 +05:30
parent f918f73df0
commit 5d1c8f6988
4 changed files with 14 additions and 788 deletions

View File

@@ -674,7 +674,7 @@
.uninotes-contents__semester {
display: flex;
flex-direction: column;
gap: 0.6rem;
gap: 0.4rem;
}
.uninotes-contents__sem-link {
@@ -693,7 +693,7 @@
.uninotes-contents__subject {
display: flex;
flex-direction: column;
gap: 0.6rem;
gap: 0.3rem;
padding-left: 0.7rem;
}
@@ -702,7 +702,7 @@
font-weight: 600;
color: var(--foreground-color);
text-decoration: none;
letter-spacing: 0.01em;
letter-spacing: 0.05rem;
}
.uninotes-contents__subject-link:hover {
@@ -713,10 +713,10 @@
.uninotes-contents__units {
list-style: none;
padding: 0.6px;
margin: 0.15rem 0 0 0.75rem;
margin: 0.15rem 0 0.3rem 0.75rem;
display: flex;
flex-direction: column;
gap: 0.4rem;
gap: 0.1rem;
}
.uninotes-contents__unit {
@@ -739,7 +739,7 @@
.uninotes-contents__unit-cats {
display: flex;
gap: 0.3rem;
gap: 0.25rem;
}
.uninotes-contents__cat {