This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix glitch SCSS for links in error messages in admin interface
Port SCSS changes from
011b032300
closed-social-glitch-2
ThibG
5 years ago
committed by
Thibaut Girka
parent
33c80e0783
commit
1149ddd3da
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
app/javascript/flavours/glitch/styles/forms.scss
+ 11
- 0
app/javascript/flavours/glitch/styles/forms.scss
View File
@ -533,6 +533,17 @@ code {
color
:
$
error-value-color
;
}
a
{
display
:
inline-block
;
color
:
$
darker-text-color
;
text-decoration
:
none
;
&
:
hover
{
color
:
$
primary-text-color
;
text-decoration
:
underline
;
}
}
p
{
margin-bottom
:
15px
;
}
Write
Preview
Loading…
Cancel
Save