Add rules page and enhance home slider functionality
Introduced a new "Rules" component with its routing, templates, and styles, outlining server rules. Enhanced the home slider with navigation dots, updated click events, and improved styling for active/inactive indicators. Also modified the header component to support dynamic height styling.
This commit is contained in:
@@ -321,3 +321,20 @@ tr {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.darkmodeSection {
|
||||
background-color: var(--color-secondary);
|
||||
transition: 0.5s background ease;
|
||||
}
|
||||
|
||||
.darkmodeSectionTwo {
|
||||
background-color: var(--color-tertiary);
|
||||
transition: 0.5s background ease;
|
||||
}
|
||||
|
||||
.darkmodeSectionThree {
|
||||
background-color: var(--color-quaternary);
|
||||
transition: 0.5s background ease;
|
||||
}
|
||||
|
||||
/* main css end */
|
||||
|
||||
Reference in New Issue
Block a user