FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update dark mode by arghyaxcodes · Pull Request #68 · javaistic/javaistic · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .js  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
7 changes: 4 additions & 3 deletions src/layouts/SidebarLayout.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Nav({ nav, children, fallbackHref }) {
ref={scrollRef}
className="px-1 pt-6 overflow-y-auto font-medium text-base sm:px-3 xl:px-5 lg:text-sm pb-10 lg:pt-6 lg:pb-14 sticky?lg:h-(screen-18) bg-white dark:bg-gray-900"
>
<div className="relative flex mb-8 px-3 lg:hidden">
<div className="relative flex mb-8 px-3 lg:hidden text-black dark:text-white">
<Logo className="w-auto h-10" />
</div>
<ul>
Expand Down Expand Up @@ -116,7 +116,8 @@ const TopLevelAnchor = forwardRef(
'flex items-center px-3 hover:text-gray-900 dark:hover:text-white dark:text-gray-400 transition-colors duration-200',
className,
{
'text-gray-900 dark:text-white': isActive,
'text-gray-900': isActive,
'dark:text-gray-50': isActive,
}
)}
>
Expand Down Expand Up @@ -284,7 +285,7 @@ export function SidebarLayout({ children, navIsOpen, setNavIsOpen, nav, sidebar,
<div
id="navWrapper"
onClick={(e) => e.stopPropagation()}
className="h-full overflow-y-auto scrolling-touch lg:h-auto lg:block lg:relative lg:sticky lg:bg-transparent overflow-hidden lg:top-18 bg-white mr-24 lg:mr-0"
className="h-full overflow-y-auto scrolling-touch lg:h-auto lg:block lg:relative lg:sticky lg:bg-transparent overflow-hidden lg:top-18 bg-white dark:bg-gray-900 mr-24 lg:mr-0"
>
<Nav nav={nav} fallbackHref={fallbackHref}>
{sidebar}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/programs/index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ProgramsLandingPage() {
<div className={`w-full flex md:flex-row py-6 bg-gradient-to-br ${gradients.pink[0]}`}>
<div className="sm:max-w-sm sm:flex-none md:w-auto md:flex-auto flex flex-col items-start relative z-10 p-6 xl:p-8">
<h2 className="text-xl font-semibold mb-2 text-shadow text-white">Java Programs</h2>
<p className="font-medium text-rose-100 text-shadow mb-4">
<p className="font-medium text-rose-100 dark:text-rose-50 text-shadow mb-4">
A bunch of Java programms for learning and practicing.
</p>
<a
Expand Down

Back | FazBrowse Home | New Git URL