Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: use centered colored logo in README

- Centered layout for better visual hierarchy
- Colored logo (cyan/purple) instead of monochrome
- Adapts to dark/light GitHub theme

+7 -3
+7 -3
README.md
··· 1 + <div align="center"> 2 + 1 3 <picture> 2 - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo.svg"> 3 - <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo.svg"> 4 - <img align="right" alt="ATgora Logo" src="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo.svg" width="96"> 4 + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo-dark.svg"> 5 + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo-light.svg"> 6 + <img alt="ATgora Logo" src="https://raw.githubusercontent.com/atgora-forum/.github/main/assets/logo-dark.svg" width="120"> 5 7 </picture> 6 8 7 9 # atgora-web ··· 11 13 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) 12 14 [![Next.js](https://img.shields.io/badge/Next.js-16-black)](https://nextjs.org/) 13 15 [![React](https://img.shields.io/badge/React-19-blue)](https://react.dev/) 16 + 17 + </div> 14 18 15 19 --- 16 20