dull title when visited, more distinct visited links
This commit is contained in:
parent
a5d1d8dc0f
commit
20a6a51492
|
@ -34,7 +34,7 @@ const COLORS = {
|
|||
grey: '#707070',
|
||||
link: '#007cbe',
|
||||
linkHover: '#004a72',
|
||||
linkVisited: '#7acaf5'
|
||||
linkVisited: '#537587'
|
||||
},
|
||||
dark: {
|
||||
body: '#000000',
|
||||
|
@ -53,7 +53,7 @@ const COLORS = {
|
|||
grey: '#969696',
|
||||
link: '#2e99d1',
|
||||
linkHover: '#007cbe',
|
||||
linkVisited: '#066ba3'
|
||||
linkVisited: '#56798E'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
a.title:visited {
|
||||
color: var(--theme-grey) !important;
|
||||
}
|
||||
|
||||
.upvote {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ const COLORS = {
|
|||
grey: '#707070',
|
||||
link: '#007cbe',
|
||||
linkHover: '#004a72',
|
||||
linkVisited: '#7acaf5'
|
||||
linkVisited: '#537587'
|
||||
},
|
||||
dark: {
|
||||
body: '#000000',
|
||||
|
@ -38,7 +38,7 @@ const COLORS = {
|
|||
grey: '#969696',
|
||||
link: '#2e99d1',
|
||||
linkHover: '#007cbe',
|
||||
linkVisited: '#066ba3'
|
||||
linkVisited: '#56798E'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue