Add link style in About

This commit is contained in:
Xuan Sang LE
2020-06-05 18:41:33 +02:00
parent 676cce26c2
commit 5b1cbf51ee
9 changed files with 29 additions and 6 deletions

6
About/css/main.css Normal file
View File

@ -0,0 +1,6 @@
afx-app-window[data-id = "About"] a:link,
afx-app-window[data-id = "About"] a:visited,
afx-app-window[data-id = "About"] a:hover
{
color:#df3154;
}