This commit is contained in:
mrT23
2024-06-18 09:29:32 +03:00
parent 6ed65eb82b
commit de9b21d7bd
6 changed files with 70 additions and 61 deletions

View File

@ -4,16 +4,25 @@
--md-primary-fg-color: #765bfa;
--md-accent-fg-color: #AEA1F1;
}
.md-nav__title, .md-nav__link {
font-size: 16px;
.md-nav--primary {
.md-nav__link {
font-size: 18px; /* Change the font size as per your preference */
}
}
/*.md-nav__title, .md-nav__link {*/
/* font-size: 18px;*/
/* margin-top: 14px; !* Adjust the space as needed *!*/
/* margin-bottom: 14px; !* Adjust the space as needed *!*/
/*}*/
.md-tabs__link {
font-size: 16px;
font-size: 18px;
}
.md-header__title {
font-size: 20px;
font-size: 20px;
margin-left: 0px !important;
}