This website requires JavaScript.
Explore
Help
Sign In
kubernetes
/
website
mirror of
https://github.com/kubernetes/website.git
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Projects
Releases
Wiki
Activity
e6c5bfa4c9
website
/
assets
/
scss
/
_skin.scss
6 lines
99 B
SCSS
Raw
Normal View
History
Unescape
Escape
Use right shade of blue Use the shade of blue specified in k/kubenetes. Per https://github.com/kubernetes/kubernetes/blob/1dc30bf/logo/colors.md the RGB blue color is #326CE5. Use that.
2024-05-06 23:36:28 +00:00
$blue
:
#326ce5
;
Revise the Kubernetes website to use Docsy (#20874) * Add Docsy, required packages and config * Apply Docsy integration work to k8s website This encompasses significant changes to the style system, layout files, as well as changes to some of the static assets. To examine this work and the iterations that were performed, the original repository can be found at https://github.com/gearbox-built/kubernetes-hugo.git * Address issues found in review The styling and positioning of the header, footer, some shortcodes and main container elements are improved. A new partial is added for favicons. The sidebars, as well as inner table of contents, have been altered for better positioning and rendering of content. Localization has also been addressed. * Enable announcements The recent Black Lives Matter announcement surfaced issues which have been addressed.
2020-06-15 19:09:57 +00:00
$light-grey
:
#f7f7f7
;
$dark-grey
:
#303030
;
$medium-grey
:
#4c4c4c
;
$white
:
#ffffff
;