10 lines
185 B
CSS
10 lines
185 B
CSS
|
|
.md-grid {
|
|
max-width: 1920px; /* Make the content fit the full width of the webpage */
|
|
}
|
|
|
|
|
|
:root {
|
|
--md-primary-fg-color: #B44AFF;
|
|
--md-primary-fg-color--dark: #B44AFF;
|
|
} |