blob: 60838c84a88d7b37f0aca0d76fb828bca08e8a7e [file] [log] [blame]
/*!
* Copyright 2023 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
@import url("./_normalize.css");
@import url("./_color.css");
@import url("./_typography.css");
@import url("./_tooltip.css");
:root {
--border: 0.0625rem solid var(--color-border);
--border-radius: 0.25rem;
}
.Container {
margin: 2rem 0 5rem;
}
.Content {
margin: 0 auto;
max-width: 64rem;
padding: 0 1rem;
}