-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8692a3c
commit b63c656
Showing
3 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,15 +61,21 @@ | |
top: auto; | ||
margin-top: -30px; | ||
right: 30px; | ||
} | ||
input, select { | ||
color:rgba(var(--text-primary-color,0, 0, 0),1); | ||
} | ||
label, legend { | ||
color:rgba(var(--text-secondary-color,0, 0, 0),1); | ||
} | ||
.goal svg{ | ||
fill: rgba(var(--text-primary-color,0, 0, 0),1); | ||
|
||
input, | ||
select { | ||
color: rgba(var(--text-primary-color, 0, 0, 0), 1); | ||
} | ||
|
||
label, | ||
legend { | ||
color: rgba(var(--text-secondary-color, 0, 0, 0), 1); | ||
} | ||
|
||
.goal svg { | ||
fill: gray; | ||
margin: 9px; | ||
} | ||
</style> | ||
</head> | ||
|
@@ -93,7 +99,7 @@ | |
<p class="footer">Experiencing problems, or do you have an idea? Please let me know via | ||
<a href="https://twitter.com/keesschollaart" target="_blank">Twitter</a> or by | ||
<a href="mailto:[email protected]">mail</a>.</p> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters