Skip to content

Commit 76e036a

Browse files
committed
Update styles
1 parent 71f8900 commit 76e036a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const style = `
55
@name dizzylab auto theme
66
@description dizzylab 自适应主题
77
@namespace the1812
8-
@version 1.0.5
8+
@version 1.0.6
99
@author Grant Howard
1010
@homepageURL https://github.com/the1812/dizzylab-auto-theme/
1111
@supportURL https://github.com/the1812/dizzylab-auto-theme/issues

dizzylab.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ html .text-light {
5555
html .btn-outline-dark:hover {
5656
color: #fff !important;
5757
}
58-
html #likes_indicator.badge,
59-
html a[style*=background-color] {
58+
html a[style*=background-color] {
6059
color: #fff !important;
6160
}
6261
html a.text-light:focus, html a.text-light:hover {

dizzylab.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
.btn-outline-dark:hover {
6767
color: #fff !important;
6868
}
69-
#likes_indicator.badge,
7069
a[style*="background-color"] {
7170
color: #fff !important;
7271
}

dizzylab.user.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name dizzylab auto theme
33
@description dizzylab 自适应主题
44
@namespace the1812
5-
@version 1.0.5
5+
@version 1.0.6
66
@author Grant Howard
77
@homepageURL https://github.com/the1812/dizzylab-auto-theme/
88
@supportURL https://github.com/the1812/dizzylab-auto-theme/issues
@@ -68,8 +68,7 @@ html .text-light {
6868
html .btn-outline-dark:hover {
6969
color: #fff !important;
7070
}
71-
html #likes_indicator.badge,
72-
html a[style*=background-color] {
71+
html a[style*=background-color] {
7372
color: #fff !important;
7473
}
7574
html a.text-light:focus, html a.text-light:hover {

0 commit comments

Comments
 (0)