Skip to content

Commit

Permalink
Move base-theme to react common
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Feb 19, 2025
1 parent bad82a0 commit 51061b9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docfiles/appmeta.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@
<link rel="apple-touch-icon" href="@appLogo@">
<link rel="icon" type="image/png" href="@appLogo@">
<link rel="shortcut icon" href="@appLogo@">
<link rel="stylesheet" href="/docfiles/base-theme.css" />
1 change: 0 additions & 1 deletion docfiles/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="stylesheet" href="/docfiles/style.css" />
<link rel="stylesheet" href="/docfiles/vs.css" />
<link rel="stylesheet" href="/docfiles/target.css" />
<link rel="stylesheet" href="/docfiles/base-theme.css" />

<script src="/doccdn/jquery.js" type="text/javascript"></script>
<script src="/doccdn/semantic.js" type="text/javascript"></script>
Expand Down
1 change: 1 addition & 0 deletions react-common/styles/react-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@import "controls/Accordion.less";
@import "controls/CarouselNav.less";
@import "controls/Feedback.less";
@import "theming/base-theme.css";
@import "./react-common-variables.less";
@import "./semantic-ui-overrides.less";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
--pxt-header-stencil: #ffffff;

--pxt-primary-background: #aaaaaa;
--pxt-primary-foreground: #ffffff;
--pxt-primary-background-hover: #bbbbbb;
--pxt-primary-foreground: #ffffff;
--pxt-primary-foreground-hover: #ffffff;
--pxt-primary-accent: #888888;

Expand All @@ -36,8 +36,8 @@
--pxt-secondary-accent: #9a9a9a;

--pxt-tertiary-background: #909090;
--pxt-tertiary-foreground: #ffffff;
--pxt-tertiary-background-hover: "#777777";
--pxt-tertiary-foreground: #ffffff;
--pxt-tertiary-foreground-hover: #ffffff;
--pxt-tertiary-accent: #9a9a9a;

Expand Down

0 comments on commit 51061b9

Please sign in to comment.