Skip to content

Commit 6f9de94

Browse files
committed
chore: used more specific selectors
1 parent e88927b commit 6f9de94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/frame.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ button#editor-chart-button {
10811081
.only-pro-content a {
10821082
display: inline-block;
10831083
padding: 7px 12px;
1084-
color: #fff !important;
1084+
color: #fff;
10851085
background: #3F57E1;
10861086
font-weight: 600;
10871087
text-decoration: none;
@@ -1090,6 +1090,9 @@ button#editor-chart-button {
10901090
border-style: solid;
10911091
border-radius: 3px;
10921092
}
1093+
.only-pro-content .only-pro-container a {
1094+
color: #fff !important;
1095+
}
10931096

10941097
.only-pro-content a:hover {
10951098
background: #2D419B;

0 commit comments

Comments
 (0)