@@ -29,7 +29,7 @@ Double the size of the inner dark blue cube to get an idea how much space the lo
29
29
30
30
For dark backgrounds, you can use the negative version of the logo:
31
31
32
- <div style = " display: block; background: #111; " >
32
+ <div style = { { display: ' block' , background: ' #111' } } >
33
33
<img
34
34
src = " https://raw.githubusercontent.com/webpack/media/master/logo/logo-on-dark-bg.png"
35
35
alt = " webpack logo default with proper spacing on light background"
@@ -88,19 +88,19 @@ We use the beautiful [Geomanist Medium](http://atipofoundry.com/fonts/geomanist)
88
88
89
89
The following colors are used throughout the site in various combinations and on our fancy clothing line launched with the help of [ Open Collective] ( https://opencollective.com/ ) and [ Threadless] ( https://medium.com/u/840563ee2a56 ) over at the [ official webpack store] ( https://webpack.threadless.com/collections/the-final-release-collection/ ) !
90
90
91
- | Color Name | HEX Code | RGB Code | Sample |
92
- | ------------ | ------------- | -------------------- | ---------------------------------------------------- |
93
- | Malibu: | HEX ` #8dd6f9 ` | ` rgb: 141, 214, 249 ` | <div style = " background-color: #8dd6f9; " >  ; </div > |
94
- | Denim: | HEX ` #1d78c1 ` | ` rgb: 29, 120, 193 ` | <div style = " background-color: #1d78c1; " >  ; </div > |
95
- | Fiord: | HEX ` #465E69 ` | ` rgb: 70, 94, 105 ` | <div style = " background-color: #465E69; " >  ; </div > |
96
- | Outer Space: | HEX ` #2B3A42 ` | ` rgb: 43, 58, 66 ` | <div style = " background-color: #2B3A42; " >  ; </div > |
97
- | White: | HEX ` #ffffff ` | ` rgb: 255, 255, 255 ` | <div style = " background-color: #ffffff; " >  ; </div > |
98
- | Concrete: | HEX ` #f2f2f2 ` | ` rgb: 242, 242, 242 ` | <div style = " background-color: #f2f2f2; " >  ; </div > |
99
- | Alto: | HEX ` #dedede ` | ` rgb: 222, 222, 222 ` | <div style = " background-color: #dedede; " >  ; </div > |
100
- | Dusty Gray: | HEX ` #999999 ` | ` rgb: 153, 153, 153 ` | <div style = " background-color: #999999; " >  ; </div > |
101
- | Dove Gray: | HEX ` #666666 ` | ` rgb: 102, 102, 102 ` | <div style = " background-color: #666666; " >  ; </div > |
102
- | Emperor: | HEX ` #535353 ` | ` rgb: 83, 83, 83 ` | <div style = " background-color: #535353; " >  ; </div > |
103
- | Mine Shaft: | HEX ` #333333 ` | ` rgb: 51, 51, 51 ` | <div style = " background-color: #333333; " >  ; </div > |
91
+ | Color Name | HEX Code | RGB Code | Sample |
92
+ | ------------ | ------------- | -------------------- | ------------------------------------------------------ |
93
+ | Malibu: | HEX ` #8dd6f9 ` | ` rgb: 141, 214, 249 ` | <div style = { {backgroundColor: ' #8dd6f9' } } >  ; </div > |
94
+ | Denim: | HEX ` #1d78c1 ` | ` rgb: 29, 120, 193 ` | <div style = { {backgroundColor: ' #1d78c1' } } >  ; </div > |
95
+ | Fiord: | HEX ` #465E69 ` | ` rgb: 70, 94, 105 ` | <div style = { {backgroundColor: ' #465E69' } } >  ; </div > |
96
+ | Outer Space: | HEX ` #2B3A42 ` | ` rgb: 43, 58, 66 ` | <div style = { {backgroundColor: ' #2B3A42' } } >  ; </div > |
97
+ | White: | HEX ` #ffffff ` | ` rgb: 255, 255, 255 ` | <div style = { {backgroundColor: ' #ffffff' } } >  ; </div > |
98
+ | Concrete: | HEX ` #f2f2f2 ` | ` rgb: 242, 242, 242 ` | <div style = { {backgroundColor: ' #f2f2f2' } } >  ; </div > |
99
+ | Alto: | HEX ` #dedede ` | ` rgb: 222, 222, 222 ` | <div style = { {backgroundColor: ' #dedede' } } >  ; </div > |
100
+ | Dusty Gray: | HEX ` #999999 ` | ` rgb: 153, 153, 153 ` | <div style = { {backgroundColor: ' #999999' } } >  ; </div > |
101
+ | Dove Gray: | HEX ` #666666 ` | ` rgb: 102, 102, 102 ` | <div style = { {backgroundColor: ' #666666' } } >  ; </div > |
102
+ | Emperor: | HEX ` #535353 ` | ` rgb: 83, 83, 83 ` | <div style = { {backgroundColor: ' #535353' } } >  ; </div > |
103
+ | Mine Shaft: | HEX ` #333333 ` | ` rgb: 51, 51, 51 ` | <div style = { {backgroundColor: ' #333333' } } >  ; </div > |
104
104
105
105
In addition, you can grab the following file types directly from these links:
106
106
0 commit comments