felicity-lims/webapp/index.css

16 lines
393 B
CSS
Raw Normal View History

2021-01-06 19:52:14 +08:00
#app {
2023-04-10 09:29:10 +08:00
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
2021-01-06 19:52:14 +08:00
}
2021-01-25 01:23:08 +08:00
2022-12-22 22:42:05 +08:00
.tab-active {
2023-04-10 09:29:10 +08:00
border-bottom: 2px solid black !important;
font-weight: bold !important;
--tw-bg-opacity: 1;
background-color: rgb(7 89 133 / var(--tw-bg-opacity));
height: 100%;
color: #fff !important;
}