Skip to content

Commit

Permalink
fix minor & dark theme color-fill
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaric committed Feb 4, 2024
1 parent 65bf0c2 commit ce27313
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/content/blog/pemrograman-go-dasar.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Go memiliki kelebihan dibanding bahasa lainnya, beberapa di antaranya:
- Dependensi dan _tooling_ yang disediakan terbilang lengkap.
- Dukungan komunitas sangat bagus. Banyak tools yang tersedia secara gratis dan _open source_ yang bisa langsung dimanfaatkan.

Sudah banyak industri dan perusahaan yg menggunakan Go sampai level production, termasuk di antaranya adalah Google sendiri, dan juga tempat di mana penulis bekerja 😁
Sudah banyak industri dan perusahaan yg menggunakan Go sampai level production, termasuk di antaranya adalah Google sendiri, dan juga tempat di mana [penulis](https://github.com/novalagung/dasarpemrogramangolang) bekerja 😁

---

Expand Down Expand Up @@ -509,3 +509,5 @@ fmt.Println("Hello", "world!", "how", "are", "you")
Contoh statement di atas akan menghasilkan output: **Hello world! how are you**.

---

sumber : https://github.com/novalagung/dasarpemrogramangolang
2 changes: 2 additions & 0 deletions src/pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ As an experienced backend developer, I'm skilled in Laravel and related packages
**Company:** my.publikasimedia.com | Publikasimedia

**Duration:** May 2022 - Present

**Responsibilities:**

- Built, improved and maintained web application
Expand All @@ -26,6 +27,7 @@ As an experienced backend developer, I'm skilled in Laravel and related packages
**Company:** Decaa ID

**Duration:** June 2022 - Present

**Projects:**

1. _[Pencatatan PT. Tuban Prima Energi](/posts/screen-shot/#inventory)_
Expand Down
2 changes: 1 addition & 1 deletion src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--color-border: 124, 173, 255;
}
html[data-theme="dark"] {
--color-fill: 47, 55, 65;
--color-fill: 45, 50, 60;
--color-text-base: 230, 230, 230;
--color-accent: 26, 217, 217;
--color-card: 63, 75, 90;
Expand Down

0 comments on commit ce27313

Please sign in to comment.