Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Feb 21, 2024
1 parent a41abbb commit d58b50f
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 46 deletions.
90 changes: 45 additions & 45 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// Replace with your project's social card
image: "img/docusaurus-social-card.jpg",
// image: "img/docusaurus-social-card.jpg",
navbar: {
title: "Open WebUI",
logo: {
alt: "My Site Logo",
src: "img/logo.png",
srcDark: "img/logo-dark.png",
},
items: [
// {
Expand All @@ -87,49 +87,49 @@ const config = {
],
},
footer: {
style: "dark",
// links: [
// {
// title: "Docs",
// items: [
// {
// label: "Tutorial",
// to: "/docs/intro",
// },
// ],
// },
// {
// title: "Community",
// items: [
// {
// label: "Stack Overflow",
// href: "https://stackoverflow.com/questions/tagged/docusaurus",
// },
// {
// label: "Discord",
// href: "https://discordapp.com/invite/docusaurus",
// },
// {
// label: "Twitter",
// href: "https://twitter.com/docusaurus",
// },
// ],
// },
// {
// title: "More",
// items: [
// {
// label: "Blog",
// to: "/blog",
// },
// {
// label: "GitHub",
// href: "https://github.com/facebook/docusaurus",
// },
// ],
// },
// ],
copyright: `Copyright © ${new Date().getFullYear()} OpenWebUI`,
logo: {
src: "img/logo-dark.png",
height: 100,
},
style: "light",
links: [
{
title: "Docs",
items: [
{
label: "Getting Started",
to: "getting-started",
},
],
},
{
title: "Community",
items: [
{
label: "GitHub",
href: "https://github.com/open-webui/open-webui",
},
{
label: "Discord",
href: "https://discord.gg/5rJgQTnV4s",
},
{
label: "Twitter",
href: "https://twitter.com/OpenWebUI",
},
],
},
{
title: "More",
items: [
{
label: "About",
to: "https://openwebui.com",
},
],
},
],
// copyright: `Copyright © ${new Date().getFullYear()} OpenWebUI`,
},
prism: {
theme: prismThemes.github,
Expand Down
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* work well for content-centric websites.
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:[email protected]&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap");

Expand Down Expand Up @@ -414,7 +415,7 @@ article p a {
}

:root {
--ifm-font-family-base: "Inter";
--ifm-font-family-base: "Manrope", "Inter";
}

/* Header Dropdown Menu */
Expand Down
Binary file added static/img/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d58b50f

Please sign in to comment.