styles/main.scss (23 lines of code) (raw):

--- # YAML front matter is required for top-level processing of SCSS files by # Jekyll, even if empty. The same is not required for SCSS files that are # manually imported with "@use". --- /*! * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ /* * Fonts shared across website. */ @use '_font-inconsolata.css'; @use '_font-inter.css'; @use '_font-rubik.css'; /* * Base typography and elements with common style, independent of anything * page-specific. */ @use '_base.scss'; @use '_callouts.scss'; @use '_footer.scss'; @use '_header.scss'; @use '_headings.scss'; @use '_toc.scss'; /* * Styles specific to the home page, such as the demo video, large "hook" * section, and feature list. */ @use '_home.scss'; /* * Styles specific to the support page. */ @use '_company-list.scss'; @use '_mailing-list-list.scss'; /* * Styles specific to the release archives and individual releases. */ @use '_release-annotations.scss'; @use '_release-downloads.scss'; @use '_release-links.scss'; @use '_release-list.scss'; @use '_release-media.scss'; /* * Styles specific to the security page. */ @use '_cve-list.scss';