We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed382e commit a75d12bCopy full SHA for a75d12b
1 file changed
littlelink/css/brands.css
@@ -297,10 +297,10 @@ button:hover,
297
.button.button-vimeo:focus {
298
filter: brightness(90%) }
299
300
-/* YouTube */
+/* YouTube V2 */
301
.button.button-youtube {
302
color: #FFFFFF;
303
- background-color: #000000 }
+ background-color: #FF0000 }
304
.button.button-youtube:hover,
305
.button.button-youtube:focus {
306
@@ -423,6 +423,16 @@ button:hover,
423
filter: brightness(90%);
424
}
425
426
+/* Trello */
427
+.button.button-trello {
428
+ color: #ffffff;
429
+ background-color: #0079bf;
430
+}
431
+.button.button-trello:hover,
432
+.button.button-trello:focus {
433
+ filter: brightness(90%);
434
435
+
436
/* Website */
437
.button.button-website {
438
color: #ffffff;
0 commit comments