- Timestamp:
- 05/20/2016 05:34:10 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3193 r3194 1102 1102 .site-header { 1103 1103 padding: 1rem 0; 1104 background: # 21759b;1104 background: #0073aa; 1105 1105 } 1106 1106 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_pagination.scss
r3193 r3194 8 8 border: 1px solid #EEE; 9 9 border-radius: 2px; 10 color: $color__ wp-blue;10 color: $color__link; 11 11 cursor: pointer; 12 12 display: inline-block; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/typography/_headings.scss
r3193 r3194 1 1 @import "../variables-site/variables-site"; 2 2 @import "../mixins/mixins-master"; 3 @import "../mixins/modular-scale";4 3 5 4 h1, h2, h3, h4, h5, h6 { … … 19 18 text-transform: uppercase; 20 19 letter-spacing: 0.05rem; 21 color: $color__ wp-blue;20 color: $color__link; 22 21 } 23 22 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/variables-site/_colors.scss
r3193 r3194 22 22 23 23 // Colors 24 $color__wp-blue: $color__link;24 $color__wp-blue: #0073aa; 25 25 $color__base-gray: $color__text-main; 26 26 $color__green: #C7E8CA;
Note: See TracChangeset
for help on using the changeset viewer.