Commit 668ae8bd authored by Devon Carew's avatar Devon Carew Committed by GitHub

update the font used for docs.flutter.io (#9337)

* update the font used for docs.flutter.io

* update to use the flutter primary color

* update the header background color
parent c4482b4a
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
</style> </style>
<style> <style>
header {
background-color: #01579b;
}
body { body {
font-size: 16px; font-size: 15px;
line-height: 1.5; line-height: 1.5;
color: #111; color: #111;
background-color: #fdfdfd; background-color: #fdfdfd;
...@@ -17,6 +13,10 @@ ...@@ -17,6 +13,10 @@
-webkit-font-smoothing: auto; -webkit-font-smoothing: auto;
} }
header {
background-color: #01579b;
}
h1, h2 { h1, h2 {
font-weight: 300; font-weight: 300;
} }
......
...@@ -75,7 +75,6 @@ dependencies: ...@@ -75,7 +75,6 @@ dependencies:
'--use-categories' '--use-categories'
]; ];
for (String libraryRef in libraryRefs(diskPath: true)) { for (String libraryRef in libraryRefs(diskPath: true)) {
args.add('--include-external'); args.add('--include-external');
args.add(libraryRef); args.add(libraryRef);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment