| | 232 | .colors-dark .entry-content .wp-block-button__link:hover, |
| | 233 | .colors-dark .entry-content .wp-block-button__link:focus { |
| | 234 | background-color: #bbb; |
| | 235 | color: #000; |
| | 236 | } |
| | 237 | |
| | 238 | .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) { |
| | 239 | color: #fff; |
| | 240 | } |
| | 241 | |
| | 242 | .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover, |
| | 243 | .colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus { |
| | 244 | color: #222; |
| | 245 | } |
| | 246 | |
| | 247 | .colors-custom .entry-content .wp-block-button__link, |
| | 248 | .colors-custom .entry-content .wp-block-button__link:hover, |
| | 249 | .colors-custom .entry-content .wp-block-button__link:focus, |
| | 250 | .colors-dark .entry-content .wp-block-button__link, |
| | 251 | .colors-dark .entry-content .wp-block-button__link:hover, |
| | 252 | .colors-dark .entry-content .wp-block-button__link:focus { |
| | 253 | -webkit-box-shadow: none; |
| | 254 | box-shadow: none; |
| | 255 | } |
| | 256 | |
| | 257 | .colors-custom .entry-content .wp-block-button__link:hover, |
| | 258 | .colors-custom .entry-content .wp-block-button__link:focus { |
| | 259 | color: #fff; |
| | 260 | } |
| | 261 | |
| | 345 | |
| | 346 | /*-------------------------------------------------------------- |
| | 347 | 6.0 Blocks - Colors |
| | 348 | --------------------------------------------------------------*/ |
| | 349 | |
| | 350 | .entry-content .has-pale-pink-color { |
| | 351 | color: #f78da7; |
| | 352 | } |
| | 353 | |
| | 354 | .entry-content .has-pale-pink-background-color, |
| | 355 | .wp-block-button.is-style-outline .has-pale-pink-background-color:link { |
| | 356 | background-color: #f78da7; |
| | 357 | } |
| | 358 | |
| | 359 | .entry-content .has-vivid-red-color { |
| | 360 | color: #cf2e2e; |
| | 361 | } |
| | 362 | |
| | 363 | .entry-content .has-vivid-red-background-color, |
| | 364 | .wp-block-button.is-style-outline .has-vivid-red-background-color:link { |
| | 365 | background-color: #cf2e2e; |
| | 366 | } |
| | 367 | |
| | 368 | .entry-content .has-luminous-vivid-orange-color { |
| | 369 | color: #ff6900; |
| | 370 | } |
| | 371 | |
| | 372 | .entry-content .has-luminous-vivid-orange-background-color, |
| | 373 | .wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link { |
| | 374 | background-color: #ff6900; |
| | 375 | } |
| | 376 | |
| | 377 | .entry-content .has-luminous-vivid-amber-color { |
| | 378 | color: #fcb900; |
| | 379 | } |
| | 380 | |
| | 381 | .entry-content .has-luminous-vivid-amber-background-color, |
| | 382 | .wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link { |
| | 383 | background-color: #fcb900; |
| | 384 | } |
| | 385 | |
| | 386 | .entry-content .has-light-green-cyan-color { |
| | 387 | color: #7bdcb5; |
| | 388 | } |
| | 389 | |
| | 390 | .entry-content .has-light-green-cyan-background-color, |
| | 391 | .wp-block-button.is-style-outline .has-light-green-cyan-background-color:link { |
| | 392 | background-color: #7bdcb5; |
| | 393 | } |
| | 394 | |
| | 395 | .entry-content .has-vivid-green-cyan-color { |
| | 396 | color: #00d084; |
| | 397 | } |
| | 398 | |
| | 399 | .entry-content .has-vivid-green-cyan-background-color, |
| | 400 | .wp-block-button.is-style-outline .has-light-green-cyan-background-color:link { |
| | 401 | background-color: #00d084; |
| | 402 | } |
| | 403 | |
| | 404 | .entry-content .has-pale-cyan-blue-color { |
| | 405 | color: #8ed1fc; |
| | 406 | } |
| | 407 | |
| | 408 | .entry-content .has-pale-cyan-blue-background-color, |
| | 409 | .wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link { |
| | 410 | background-color: #8ed1fc; |
| | 411 | } |
| | 412 | |
| | 413 | .entry-content .has-vivid-cyan-blue-color { |
| | 414 | color: #0693e3; |
| | 415 | } |
| | 416 | |
| | 417 | .entry-content .has-vivid-cyan-blue-background-color, |
| | 418 | .wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link { |
| | 419 | background-color: #0693e3; |
| | 420 | } |
| | 421 | |
| | 422 | .entry-content .has-very-light-gray-color { |
| | 423 | color: #eee; |
| | 424 | } |
| | 425 | |
| | 426 | .entry-content .has-very-light-gray-background-color, |
| | 427 | .wp-block-button.is-style-outline .has-very-light-gray-background-color:link { |
| | 428 | background-color: #eee; |
| | 429 | } |
| | 430 | |
| | 431 | .entry-content .has-cyan-bluish-gray-color { |
| | 432 | color: #abb8c3; |
| | 433 | } |
| | 434 | |
| | 435 | .entry-content .has-cyan-bluish-gray-background-color, |
| | 436 | .wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link { |
| | 437 | background-color: #abb8c3; |
| | 438 | } |
| | 439 | |
| | 440 | .entry-content .has-very-dark-gray-color { |
| | 441 | color: #313131; |
| | 442 | } |
| | 443 | |
| | 444 | .entry-content .has-very-dark-gray-background-color, |
| | 445 | .wp-block-button.is-style-outline .has-very-dark-gray-background-color:link { |
| | 446 | background-color: #313131; |
| | 447 | } |