This website works better with JavaScript.
Home
Explore
Help
Sign In
ikea-foundation
/
week_2024
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
na
main
Mattias Bodlund
3 weeks ago
parent
b6abeed26c
commit
be00854ff8
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
app/assets/stylesheets/application.css
+ 3
- 2
app/assets/stylesheets/application.css
View File
@ -922,10 +922,11 @@ dialog::backdrop {
}
&
.
is-selected
{
background-color
:
var
(
--clr-black
)
;
background-color
:
var
(
--clr-green
)
;
border-color
:
var
(
--clr-green
)
;
&
svg
{
fill
:
#
fff
;
fill
:
var
(
--clr-black
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save