Skip to content

Commit d15ce53

Browse files
committed
Styles - fix typos
1 parent 345b522 commit d15ce53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/gui/qt/theme/dark/doc-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ code .info {
114114
}
115115

116116
h1 {
117-
font-size: xx-x-large;
117+
font-size: xx-large;
118118
font-weight: bold;
119119
padding: 2px;
120120
color: white;
121121
background-color: deeppink;
122122
}
123123

124124
h2 {
125-
font-size: x-x-large;
125+
font-size: x-large;
126126
font-weight: bold;
127127
padding: 2px;
128128
color: white;

app/gui/qt/theme/high_contrast/doc-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ code .info {
104104
}
105105

106106
h1 {
107-
font-size: xx-x-large;
107+
font-size: xx-large;
108108
font-weight: bold;
109109
padding: 2px;
110110
color: white;
111111
background-color: #99004A;
112112
}
113113

114114
h2 {
115-
font-size: x-x-large;
115+
font-size: x-large;
116116
font-weight: bold;
117117
padding: 2px;
118118
color: white;

app/gui/qt/theme/light/doc-styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ code .info {
102102
}
103103

104104
h1 {
105-
font-size: xx-x-large;
105+
font-size: xx-large;
106106
font-weight: bold;
107107
padding: 2px;
108108
color: white;
109109
background-color: deeppink;
110110
}
111111

112112
h2 {
113-
font-size: x-x-large;
113+
font-size: x-large;
114114
font-weight: bold;
115115
padding: 2px;
116116
color: white;

0 commit comments

Comments
 (0)