Prettified Code!

This commit is contained in:
gabek 2023-02-10 23:28:54 +00:00 committed by GitHub Action
parent 10400e1252
commit fb091f5591

View File

@ -12,7 +12,9 @@
background-color: unset; background-color: unset;
color: var(--theme-color-components-text-on-dark); color: var(--theme-color-components-text-on-dark);
} }
.app-container .menu-container .ant-menu-item-selected:not(.ant-menu-item-only-child), .ant-menu-item a:hover, .ant-menu-item a::before { .app-container .menu-container .ant-menu-item-selected:not(.ant-menu-item-only-child),
.ant-menu-item a:hover,
.ant-menu-item a::before {
color: var(--theme-color-palette-12); color: var(--theme-color-palette-12);
} }
.app-container h1.owncast-title { .app-container h1.owncast-title {