Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_colors.scss
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/variables-site/_colors.scss
r12892 r13272 1 $color__background-body: #fff; 2 $color__background-screen: #f1f1f1; 3 $color__background-hr: #eee; 4 $color__background-button: #eee; 5 $color__background-pre: #eee; 6 $color__background-ins: #fff9c0; 7 8 $color__text-screen: #21759b; 9 $color__text-input: #32373c; 10 $color__text-input-focus: #111; 11 $color__link: #0073aa; 12 $color__link-visited: #4ca6cf; 13 $color__link-hover: #d54e21; 14 $color__text-main: #32373c; 15 $color__blockquote: #767676; 16 17 $color__border: #eee; 18 $color__border-button: #ccc #ccc #bbb; 19 $color__border-button-hover: #ccc #bbb #aaa; 20 $color__border-button-focus: #aaa #bbb #bbb; 21 $color__border-input: #ddd; 22 $color__border-abbr: #666; 23 24 $color__table-odd: #f3f4f5; 25 26 27 // Colors 28 $color__wp-blue: #0073aa; 29 $color__base-gray: $color__text-main; 30 $color__green: #c7e8ca; 31 32 // Badges 33 $color__moderator: #33b4ce; 34 $color__plugin-author: #f06723; 35 $color__theme-author: #4e3288; 36 $color__thread-starter: #43cc99; 37 $color__thread-reporter: #ff4141; 1 :root { 2 --wp-admin-theme-color: var(--wp--preset--color--blueberry-1); 3 }
Note: See TracChangeset
for help on using the changeset viewer.