mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
feedback fixes
This commit is contained in:
@@ -319,7 +319,7 @@ ion-modal {
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
color: aqua;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -334,7 +334,7 @@ a {
|
||||
.background-border {
|
||||
border-radius: 0.75rem;
|
||||
background-image: linear-gradient(
|
||||
to bottom left,
|
||||
to top left,
|
||||
rgb(161 161 170 / 0.75),
|
||||
#52525b
|
||||
);
|
||||
@@ -366,6 +366,7 @@ a {
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .06rem;
|
||||
margin-bottom: 1rem;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
@@ -376,11 +377,6 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@@ -389,4 +385,4 @@ h5,
|
||||
h6,
|
||||
hr {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user