1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

refactor: remove default link color (#891)

This commit is contained in:
olav 2022-04-20 15:46:59 +02:00 committed by GitHub
parent a50ab68b43
commit 1095f4d157

View File

@ -133,6 +133,10 @@ p {
padding: 0;
}
a {
color: inherit;
}
#app {
height: 100%;
}