mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
chore: fix font in Safari (#2970)
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-radius: 1.5rem;
|
||||
background-color: rgb(39 39 42);
|
||||
opacity: 0.6;
|
||||
@@ -59,13 +59,13 @@
|
||||
.detail {
|
||||
margin-top: 0.75rem;
|
||||
mix-blend-mode: plus-lighter;
|
||||
|
||||
|
||||
&-title {
|
||||
display: inline-block;
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
margin-bottom: 0.25rem;
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
will-change: transform, text-indent;
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ import { MarketplacePkgBase } from '../../../types'
|
||||
span {
|
||||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
color: rgb(250 250 250 / 0.9);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,14 +79,14 @@ import { SharedPipesModule, TickerComponent } from '@start9labs/shared'
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
line-height: 3rem;
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
display: inline-block;
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.1rem;
|
||||
font-weight: 400;
|
||||
font-weight: normal;
|
||||
margin-bottom: 1rem;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user