| 304 | |
| 305 | /*-------------------------------------------------------------- |
| 306 | 6.0 Blocks - Colors |
| 307 | --------------------------------------------------------------*/ |
| 308 | |
| 309 | .entry-content .has-pale-pink-color { |
| 310 | color: #f78da7; |
| 311 | } |
| 312 | |
| 313 | .entry-content .has-pale-pink-background-color, |
| 314 | .wp-block-button.is-style-outline .has-pale-pink-background-color:link { |
| 315 | background-color: #f78da7; |
| 316 | } |
| 317 | |
| 318 | .entry-content .has-vivid-red-color { |
| 319 | color: #cf2e2e; |
| 320 | } |
| 321 | |
| 322 | .entry-content .has-vivid-red-background-color, |
| 323 | .wp-block-button.is-style-outline .has-vivid-red-background-color:link { |
| 324 | background-color: #cf2e2e; |
| 325 | } |
| 326 | |
| 327 | .entry-content .has-luminous-vivid-orange-color { |
| 328 | color: #ff6900; |
| 329 | } |
| 330 | |
| 331 | .entry-content .has-luminous-vivid-orange-background-color, |
| 332 | .wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link { |
| 333 | background-color: #ff6900; |
| 334 | } |
| 335 | |
| 336 | .entry-content .has-luminous-vivid-amber-color { |
| 337 | color: #fcb900; |
| 338 | } |
| 339 | |
| 340 | .entry-content .has-luminous-vivid-amber-background-color, |
| 341 | .wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link { |
| 342 | background-color: #fcb900; |
| 343 | } |
| 344 | |
| 345 | .entry-content .has-light-green-cyan-color { |
| 346 | color: #7bdcb5; |
| 347 | } |
| 348 | |
| 349 | .entry-content .has-light-green-cyan-background-color, |
| 350 | .wp-block-button.is-style-outline .has-light-green-cyan-background-color:link { |
| 351 | background-color: #7bdcb5; |
| 352 | } |
| 353 | |
| 354 | .entry-content .has-vivid-green-cyan-color { |
| 355 | color: #00d084; |
| 356 | } |
| 357 | |
| 358 | .entry-content .has-vivid-green-cyan-background-color, |
| 359 | .wp-block-button.is-style-outline .has-light-green-cyan-background-color:link { |
| 360 | background-color: #00d084; |
| 361 | } |
| 362 | |
| 363 | .entry-content .has-pale-cyan-blue-color { |
| 364 | color: #8ed1fc; |
| 365 | } |
| 366 | |
| 367 | .entry-content .has-pale-cyan-blue-background-color, |
| 368 | .wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link { |
| 369 | background-color: #8ed1fc; |
| 370 | } |
| 371 | |
| 372 | .entry-content .has-vivid-cyan-blue-color { |
| 373 | color: #0693e3; |
| 374 | } |
| 375 | |
| 376 | .entry-content .has-vivid-cyan-blue-background-color, |
| 377 | .wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link { |
| 378 | background-color: #0693e3; |
| 379 | } |
| 380 | |
| 381 | .entry-content .has-very-light-gray-color { |
| 382 | color: #eee; |
| 383 | } |
| 384 | |
| 385 | .entry-content .has-very-light-gray-background-color, |
| 386 | .wp-block-button.is-style-outline .has-very-light-gray-background-color:link { |
| 387 | background-color: #eee; |
| 388 | } |
| 389 | |
| 390 | .entry-content .has-cyan-bluish-gray-color { |
| 391 | color: #abb8c3; |
| 392 | } |
| 393 | |
| 394 | .entry-content .has-cyan-bluish-gray-background-color, |
| 395 | .wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link { |
| 396 | background-color: #abb8c3; |
| 397 | } |
| 398 | |
| 399 | .entry-content .has-very-dark-gray-color { |
| 400 | color: #313131; |
| 401 | } |
| 402 | |
| 403 | .entry-content .has-very-dark-gray-background-color, |
| 404 | .wp-block-button.is-style-outline .has-very-dark-gray-background-color:link { |
| 405 | background-color: #313131; |
| 406 | } |