Skip to content

Commit 642682f

Browse files
committed
I changed my mind.
1 parent e61fa93 commit 642682f

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

branding/index.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,49 +129,49 @@ Official dark theme wallpaper for desktop and mobile.
129129
#### Primary Blue
130130
<div style="background-color: #0096DC; color: #FFFFFF; padding: 35px 25px; border-radius: 16px; margin: 10px 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);">
131131
<strong style="font-size: 18px;">Primary Blue</strong><br/>
132-
<strong>HEX: #0096DC</strong><br/>
133-
<strong>RGB: 0, 150, 220</strong><br/>
134-
<strong>RGBA: 0, 150, 220, 1</strong>
132+
<strong>HEX:</strong> <strong>#0096DC</strong><br/>
133+
<strong>RGB:</strong> <strong>0, 150, 220<strong><br/>
134+
<strong>RGBA:</strong> 0, <strong>150, 220, 1</strong>
135135
</div>
136136

137137
Use as the primary brand color for links, buttons, and key UI elements. This is the most recognizable ColDog Studios color.
138138

139139
#### Dark Blue
140140
<div style="background-color: #002E44; color: #FFFFFF; padding: 35px 25px; border-radius: 16px; margin: 10px 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);">
141141
<strong style="font-size: 18px;">Dark Blue</strong><br/>
142-
<strong>HEX: #002E44</strong><br/>
143-
<strong>RGB: 0, 46, 68</strong><br/>
144-
<strong>RGBA: 0, 46, 68, 1</strong>
142+
<strong>HEX:</strong> <strong>#002E44</strong><br/>
143+
<strong>RGB:</strong> <strong>0, 46, 68</strong><br/>
144+
<strong>RGBA:</strong> <strong>0, 46, 68, 1</strong>
145145
</div>
146146

147147
Use for headers, navigation, and primary text on light backgrounds. Provides strong contrast and readability.
148148

149149
#### Accent Blue
150150
<div style="background-color: #0077B6; color: #FFFFFF; padding: 35px 25px; border-radius: 16px; margin: 10px 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);">
151151
<strong style="font-size: 18px;">Accent Blue</strong><br/>
152-
<strong>HEX: #0077B6<br/></strong>
153-
<strong>RGB: 0, 119, 182<br/></strong>
154-
<strong>RGBA: 0, 119, 182, 1</strong>
152+
<strong>HEX:</strong> <strong>#0077B6</strong><br/>
153+
<strong>RGB:</strong> <strong>0, 119, 182</strong><br/>
154+
<strong>RGBA:</strong> <strong>0, 119, 182, 1</strong>
155155
</div>
156156

157157
Use for hover states, active elements, and secondary accents. Works well with the primary blue.
158158

159159
#### Light Gray
160160
<div style="background-color: #FAFAFA; color: #1A1A1A; padding: 35px 25px; border-radius: 16px; margin: 10px 0; border: 1px solid #e0e0e0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);">
161161
<strong style="font-size: 18px;">Light Gray</strong><br/>
162-
<strong>HEX: #FAFAFA</strong><br/>
163-
<strong>RGB: 250, 250, 250</strong><br/>
164-
<strong>RGBA: 250, 250, 250, 1</strong>
162+
<strong>HEX:</strong> <strong>#FAFAFA</strong><br/>
163+
<strong>RGB:</strong> <strong>250, 250, 250</strong><br/>
164+
<strong>RGBA:</strong> <strong>250, 250, 250, 1</strong>
165165
</div>
166166

167167
Use as the primary background color and for light UI elements.
168168

169169
#### Dark Gray
170170
<div style="background-color: #333333; color: #FFFFFF; padding: 35px 25px; border-radius: 16px; margin: 10px 0; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);">
171171
<strong style="font-size: 18px;">Dark Gray</strong><br/>
172-
<strong>HEX: #333333</strong><br/>
173-
<strong>RGB: 51, 51, 51</strong><br/>
174-
<strong>RGBA: 51, 51, 51, 1</strong>
172+
<strong>HEX:</strong> <strong>#333333</strong><br/>
173+
<strong>RGB:</strong> <strong>51, 51, 51</strong><br/>
174+
<strong>RGBA:</strong> <strong>51, 51, 51, 1</strong>
175175
</div>
176176

177177
Use for body text and secondary content on light backgrounds.

0 commit comments

Comments
 (0)